6 lines
106 B
TypeScript
6 lines
106 B
TypeScript
![]() |
describe('main test', () => {
|
||
|
it('adds two numbers', async () => {
|
||
|
expect(1 + 1).toEqual(2)
|
||
|
})
|
||
|
})
|