Skip to content

Commit 194392b

Browse files
committed
✅ Test index
1 parent f986fb9 commit 194392b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/index.test.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { test } from "vitest"
2+
import * as index from "./index.ts"
3+
4+
test("index", ({ expect }) => {
5+
expect(Object.prototype.toString.call(index)).toBe("[object Module]")
6+
})

0 commit comments

Comments
 (0)