We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb54b0c commit 2b8e6c7Copy full SHA for 2b8e6c7
src/index.test.ts
@@ -0,0 +1,5 @@
1
+import { test, expect } from 'vitest'
2
+
3
+test('should pass', () => {
4
+ expect(true).toBe(true)
5
+})
0 commit comments