[Pkg-javascript-commits] [node-stream-http] 12/208: Fix test-local
Bastien Roucariès
rouca at moszumanska.debian.org
Sun Aug 13 13:39:23 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-stream-http.
commit 7172453e6a4a1e8f2e6b3211e93a25276333fb17
Author: John Hiesey <john at hiesey.com>
Date: Thu Jul 2 00:52:07 2015 -0700
Fix test-local
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 7772c73..2372da9 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,7 @@
"scripts": {
"build": "browserify index.js -s http > bundle.js",
"test": "zuul -- test/tests/*.js",
- "test-local": "zuul --local 8080 --no-coverage -- test/tests/*/js"
+ "test-local": "zuul --local 8080 --no-coverage -- test/tests/*.js"
},
"author": "John Hiesey",
"license": "MIT",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-stream-http.git
More information about the Pkg-javascript-commits
mailing list