Skip to content

Commit 4dd3b00

Browse files
committed
package: consistent path finding
1 parent 0e0e97c commit 4dd3b00

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
@@ -66,7 +66,7 @@
6666
"integration": "mocha --reporter list test/integration/*.js",
6767
"jshint": "jshint --config jshint.json src/*.js ; true",
6868
"test": "npm run-script unit",
69-
"unit": "istanbul test mocha -- --reporter list `find test -maxdepth 1 -not -type d`"
69+
"unit": "istanbul test mocha -- --reporter list test/*.js"
7070
},
7171
"browser": {
7272
"crypto": "crypto-browserify"

0 commit comments

Comments
 (0)