huiyi-h5/tests/index.spec.ts
2024-02-10 16:25:41 +08:00

4 lines
52 B
TypeScript

it('first test', () => {
expect(1 + 1).toBe(2)
})