add npm test script

This commit is contained in:
Morgan Allen 2018-07-28 13:42:45 -07:00
parent 4feb8405c5
commit 3bebe434a5

View file

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