We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a15bae1 commit 1e857b2Copy full SHA for 1e857b2
package.json
@@ -48,8 +48,8 @@
48
},
49
"scripts": {
50
"test": "npm run-script eslint && npm run-script unit-test-coverage",
51
- "eslint": "./node_modules/.bin/eslint .",
52
- "unit-test": "./node_modules/.bin/mocha -u bdd -R spec --recursive test",
53
- "unit-test-coverage": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- -u bdd -R spec --recursive test"
+ "eslint": "eslint .",
+ "unit-test": "mocha -u bdd -R spec --recursive test",
+ "unit-test-coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- -u bdd -R spec --recursive test"
54
}
55
0 commit comments