We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f986fb9 commit 194392bCopy full SHA for 194392b
src/index.test.ts
@@ -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