Skip to content

Commit 319d585

Browse files
committed
Add missing --exit flag to mocha ciTest
1 parent e882cc3 commit 319d585

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "gulp build",
88
"test": "spec=true mocha --exit --reporter nyan spec/index.js",
99
"specTest": "spec=true mocha --exit --reporter spec spec/index.js",
10-
"ciTest": "spec=true nyc mocha spec/index.js"
10+
"ciTest": "spec=true nyc mocha --exit spec/index.js"
1111
},
1212
"dependencies": {
1313
"async": "^2.0.0-rc.2",

0 commit comments

Comments
 (0)