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 3ff124b commit a048482Copy full SHA for a048482
test/lib/index.js
@@ -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