Skip to content

Commit a048482

Browse files
committed
[INTERNAL] index.js: Add tests
1 parent 3ff124b commit a048482

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/lib/index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
const test = require("ava");
2+
const index = require("../../index");
3+
4+
test("index.js exports all expected modules", (t) => {
5+
t.truthy(index.init, "Module exported");
6+
});

0 commit comments

Comments
 (0)