Skip to content

Commit 2b8e6c7

Browse files
committed
fix: test
1 parent fb54b0c commit 2b8e6c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/index.test.ts

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { test, expect } from 'vitest'
2+
3+
test('should pass', () => {
4+
expect(true).toBe(true)
5+
})

0 commit comments

Comments
 (0)