add npm test script
This commit is contained in:
parent
4feb8405c5
commit
3bebe434a5
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
"test": "test"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "node test/test.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in a new issue