mirror of
https://github.com/ArthurDanjou/artdanj-resume.git
synced 2026-01-14 18:59:56 +01:00
6 lines
89 B
TypeScript
6 lines
89 B
TypeScript
describe('Hi', () => {
|
|
it('should works', () => {
|
|
expect(1 + 1).toEqual(2)
|
|
})
|
|
})
|