Skip to content

Commit db28cf2

Browse files
committed
package: istanbul unnecessary for normal reporting
1 parent 5ba0c3d commit db28cf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"compile": "browserify ./src/index.js -s bitcoin > bitcoin.js",
3636
"coverage": "istanbul cover _mocha -- test/*.js",
3737
"coveralls": "npm run-script coverage && coveralls < coverage/lcov.info",
38-
"integration": "mocha --reporter list test/integration/*.js",
38+
"integration": "mocha test/integration/",
3939
"standard": "standard",
4040
"test": "npm run-script unit && npm run standard",
41-
"unit": "istanbul test mocha -- --reporter list test/*.js"
41+
"unit": "mocha"
4242
},
4343
"repository": {
4444
"type": "git",

0 commit comments

Comments
 (0)