8000 remove istanbul · debug-js/debug@98df33e · GitHub
[go: up one dir, main page]

Skip to content

Commit 98df33e

Browse files
committed
remove istanbul
1 parent bf2f574 commit 98df33e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"scripts": {
2727
"lint": "xo",
2828
"test": "npm run test:node && npm run test:browser && npm run lint",
29-
"test:node": "istanbul cover _mocha -- test.js test.node.js",
29+
"test:node": "mocha test.js test.node.js",
3030
"test:browser": "karma start --single-run",
3131
"test:coverage": "cat ./coverage/lcov.info | coveralls"
3232
},
@@ -37,7 +37,6 @@
3737
"brfs": "^2.0.1",
3838
"browserify": "^16.2.3",
3939
"coveralls": "^3.0.2",
40-
"istanbul": "^0.4.5",
4140
"karma": "^3.1.4",
4241
"karma-browserify": "^6.0.0",
4342
"karma-chrome-launcher": "^2.2.0",

0 commit comments

Comments
 (0)
0