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 78fcd12 commit 914b187Copy full SHA for 914b187
package.json
@@ -4,8 +4,8 @@
4
"description": "Rename css classes and id's in files",
5
"main": "./index.js",
6
"scripts": {
7
- "test": "mocha --recursive",
8
- "coverage": "istanbul cover _mocha -- --recursive",
+ "test": "find ./test/** ./lib/**/__tests__ -name *.spec.js | xargs mocha",
+ "coverage": "istanbul cover _mocha -- -R spec test lib",
9
"coveralls": "npm run coverage && coveralls < coverage/lcov.info"
10
},
11
"rcs": {
0 commit comments