run tests using node binary instead of tape binary

This commit is contained in:
Anatoly 2018-02-12 23:40:02 +02:00
parent 0f679701e8
commit 150f3eb023

View file

@ -15,7 +15,7 @@
},
"scripts": {
"start": "node src/Main.js",
"test": "tape test/Main.test.js"
"test": "node test/Main.test.js"
},
"devDependencies": {
"tape": "^4.8.0"