We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd3b00 commit 5cbb4afCopy full SHA for 5cbb4af
package.json
@@ -61,8 +61,8 @@
61
},
62
"scripts": {
63
"compile": "browserify ./src/index.js -s Bitcoin | uglifyjs > bitcoinjs-min.js",
64
- "coverage": "istanbul cover mocha -- --reporter list test/*.js",
65
- "coveralls": "npm run-script coverage && node coveralls < coverage/lcov.info",
+ "coverage": "istanbul cover _mocha -- test/*.js",
+ "coveralls": "npm run-script coverage && coveralls < coverage/lcov.info",
66
"integration": "mocha --reporter list test/integration/*.js",
67
"jshint": "jshint --config jshint.json src/*.js ; true",
68
"test": "npm run-script unit",
0 commit comments