Skip to content

Commit 4338488

Browse files
committed
chore: dummy
1 parent d6f0366 commit 4338488

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

test/foo.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { expect, it } from 'vitest'
2+
3+
it('foo', () => {
4+
expect(1).toBe(1)
5+
})

0 commit comments

Comments
 (0)