We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 404cb09 commit d4a5affCopy full SHA for d4a5aff
package.json
@@ -4,8 +4,8 @@
4
"description": "A Karma plugin. Report all spec-results to console (like mocha's spec reporter).",
5
"main": "index.js",
6
"scripts": {
7
- "test": "./node_modules/.bin/mocha-runner --reporter spec 'test/**/*.spec.js'",
8
- "coverage": "./node_modules/.bin/istanbul cover -x 'test/**/*.js' ./node_modules/.bin/mocha-runner -- --reporter spec 'test/**/*.js'"
+ "test": "mocha-runner --reporter spec test/**/*.spec.js",
+ "coverage": "istanbul cover -x test/**/*.js ./node_modules/.bin/mocha-runner -- --reporter spec test/**/*.js"
9
},
10
"repository": {
11
"type": "git",
0 commit comments