We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e882cc3 commit 319d585Copy full SHA for 319d585
1 file changed
package.json
@@ -7,7 +7,7 @@
7
"build": "gulp build",
8
"test": "spec=true mocha --exit --reporter nyan spec/index.js",
9
"specTest": "spec=true mocha --exit --reporter spec spec/index.js",
10
- "ciTest": "spec=true nyc mocha spec/index.js"
+ "ciTest": "spec=true nyc mocha --exit spec/index.js"
11
},
12
"dependencies": {
13
"async": "^2.0.0-rc.2",
0 commit comments