mirror of
https://github.com/ArthurDanjou/artdanj-resume.git
synced 2026-01-26 19:54:11 +01:00
Initial commit 🚀
This commit is contained in:
5
test/basic.test.ts
Normal file
5
test/basic.test.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
describe('Hi', () => {
|
||||
it('should works', () => {
|
||||
expect(1 + 1).toEqual(2)
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user