zephyr-frontend/test/basic.test.ts
2021-12-26 13:14:48 +08:00

6 lines
89 B
TypeScript

describe('Hi', () => {
it('should works', () => {
expect(1 + 1).toEqual(2)
})
})