mob/tests/index.spec.ts

4 lines
52 B
TypeScript
Raw Permalink Normal View History

2024-09-04 20:14:51 +08:00
it('first test', () => {
expect(1 + 1).toBe(2)
})