Skip to content

Commit 62fe71a

Browse files
committed
Roll back package.json changes
1 parent 4d7f457 commit 62fe71a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"scripts": {
3838
"lint": "eslint lib --env mocha test",
3939
"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",
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",
4141
"doc": "jsdoc -c .jsdoc.json"
4242
}
4343
}

0 commit comments

Comments
 (0)