add npm test script

This commit is contained in:
Morgan Allen 2018-07-28 13:42:45 -07:00
parent 4feb8405c5
commit 3bebe434a5
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "node test/test.js"
},
"repository": {
"type": "git",