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