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 4d7f457 commit 62fe71aCopy full SHA for 62fe71a
package.json
@@ -37,7 +37,7 @@
37
"scripts": {
38
"lint": "eslint lib --env mocha test",
39
"clean": "rm -Rf ./coverage",
40
- "test": "istanbul cover ./node_modules/mocha/bin/_mocha --report none --print none --dir ./coverage/json -- -u exports 'test/**/*-test.js' && istanbul report --root ./coverage/json html && istanbul report text-summary",
+ "test": "istanbul cover ./node_modules/mocha/bin/_mocha --report none --print none --dir ./coverage/json -- -u exports test/*-test.js && istanbul report --root ./coverage/json html && istanbul report text-summary",
41
"doc": "jsdoc -c .jsdoc.json"
42
}
43
0 commit comments