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 be2ec76 commit 23d1d7bCopy full SHA for 23d1d7b
package.json
@@ -8,7 +8,7 @@
8
"coveralls": "cat ./reports/coverage/lcov.info | coveralls",
9
"lint": "eslint ./",
10
"pretest": "npm run lint",
11
- "test": "npm run unit-test tests/**/*.js",
+ "test": "npm run unit-test 'tests/**/*.js'",
12
"unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha -- --reporter dot"
13
},
14
"files": [
0 commit comments