Simplify call to mocha
This commit is contained in:
parent
466eb68b6a
commit
cec8e2f05c
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue