Skip to content

Commit 1ff6141

Browse files
authored
Merge pull request #279 from Throne3d/fix/test-windows
Fix test globbing on Windows
2 parents ddd9c54 + 92d5b43 commit 1ff6141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"build": "babel lib --out-dir dist",
2828
"prepublish": "npm run build",
2929
"lint": "eslint . --ignore-path .gitignore",
30-
"coverage": "nyc --require babel-core/register _mocha -- $(find test -name '*.test.js')",
30+
"coverage": "nyc --require babel-core/register _mocha -- test/*.test.js",
3131
"report": "nyc report --reporter=text-lcov | coveralls",
3232
"test": "npm run lint && npm run coverage"
3333
},

0 commit comments

Comments
 (0)