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 0e0e97c commit 4dd3b00Copy full SHA for 4dd3b00
package.json
@@ -66,7 +66,7 @@
66
"integration": "mocha --reporter list test/integration/*.js",
67
"jshint": "jshint --config jshint.json src/*.js ; true",
68
"test": "npm run-script unit",
69
- "unit": "istanbul test mocha -- --reporter list `find test -maxdepth 1 -not -type d`"
+ "unit": "istanbul test mocha -- --reporter list test/*.js"
70
},
71
"browser": {
72
"crypto": "crypto-browserify"
0 commit comments