From 4dd3b003ef606fe3ddc477d5e70d24082d2d1eeb Mon Sep 17 00:00:00 2001
From: Daniel Cousens <dcousens@users.noreply.github.com>
Date: Wed, 16 Jul 2014 03:53:22 +1000
Subject: [PATCH] package: consistent path finding
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index fbbbe2e..aed9d47 100644
--- a/package.json
+++ b/package.json
@@ -66,7 +66,7 @@
"integration": "mocha --reporter list test/integration/*.js",
"jshint": "jshint --config jshint.json src/*.js ; true",
"test": "npm run-script unit",
- "unit": "istanbul test mocha -- --reporter list `find test -maxdepth 1 -not -type d`"
+ "unit": "istanbul test mocha -- --reporter list test/*.js"
},
"browser": {
"crypto": "crypto-browserify"