Improve npm packaging so it can be installed by npm and imported by a client
[node_zettair.git] / test.js
diff --git a/test.js b/test.js
index 110af5b..244f3ad 100755 (executable)
--- a/test.js
+++ b/test.js
@@ -1,6 +1,6 @@
 #!/usr/bin/env node
 
-const zet = require('./build/Release/zet');
+const zetjs = require('./zetjs');
 
-const obj = new zet.Index();
+const obj = new zetjs.Index();
 console.log(obj.search('moby', 0, 10));