feat: add a good test

This commit is contained in:
Zitao Xiong
2024-05-24 17:45:56 +08:00
parent d9d366ce06
commit dea0863fdc

5
src/index.spec.ts Normal file
View File

@@ -0,0 +1,5 @@
describe('main test', () => {
it('should pass', () => {
expect(true).toBe(true);
});
});