We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf8604 commit 30db4ccCopy full SHA for 30db4cc
1 file changed
package.json
@@ -6,6 +6,7 @@
6
"scripts": {
7
"test": "./node_modules/.bin/mocha --recursive test",
8
"zuul": "zuul -- test",
9
+ "zuul-local": "zuul --local -- test/*.js",
10
"coverage": "rm -rf coverage; istanbul cover _mocha -- --recursive --reporter spec --bail",
11
"publish-coverage": "cat coverage/lcov.info | coveralls"
12
},
0 commit comments