6 lines
89 B
TypeScript
6 lines
89 B
TypeScript
describe('Hi', () => {
|
|
it('should works', () => {
|
|
expect(1 + 1).toEqual(2)
|
|
})
|
|
})
|