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 bf2f574 commit 98df33eCopy full SHA for 98df33e
package.json
@@ -26,7 +26,7 @@
26
"scripts": {
27
"lint": "xo",
28
"test": "npm run test:node && npm run test:browser && npm run lint",
29
- "test:node": "istanbul cover _mocha -- test.js test.node.js",
+ "test:node": "mocha test.js test.node.js",
30
"test:browser": "karma start --single-run",
31
"test:coverage": "cat ./coverage/lcov.info | coveralls"
32
},
@@ -37,7 +37,6 @@
37
"brfs": "^2.0.1",
38
"browserify": "^16.2.3",
39
"coveralls": "^3.0.2",
40
- "istanbul": "^0.4.5",
41
"karma": "^3.1.4",
42
"karma-browserify": "^6.0.0",
43
"karma-chrome-launcher": "^2.2.0",
0 commit comments