Simplify call to mocha

This commit is contained in:
Alex Beregszaszi 2016-03-26 17:46:02 +00:00
parent 466eb68b6a
commit cec8e2f05c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"scripts": {
"lint": "standard",
"prepublish": "npm run lint && npm run test",
"test": "mocha ./test/index.js && mocha ./test/hdkey.js"
"test": "mocha ./test/**/*.js"
},
"repository": {
"type": "git",