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 5ba0c3d commit db28cf2Copy full SHA for db28cf2
package.json
@@ -35,10 +35,10 @@
35
"compile": "browserify ./src/index.js -s bitcoin > bitcoin.js",
36
"coverage": "istanbul cover _mocha -- test/*.js",
37
"coveralls": "npm run-script coverage && coveralls < coverage/lcov.info",
38
- "integration": "mocha --reporter list test/integration/*.js",
+ "integration": "mocha test/integration/",
39
"standard": "standard",
40
"test": "npm run-script unit && npm run standard",
41
- "unit": "istanbul test mocha -- --reporter list test/*.js"
+ "unit": "mocha"
42
},
43
"repository": {
44
"type": "git",
0 commit comments