huiyi-h5/tests/index.spec.ts

4 lines
52 B
TypeScript
Raw Permalink Normal View History

2024-02-10 08:25:41 +00:00
it('first test', () => {
expect(1 + 1).toBe(2)
})