Skip to content

Commit

Permalink
Force mocha to exit after running all the tests. (#1415)
Browse files Browse the repository at this point in the history
b/128524911
  • Loading branch information
chenyumic authored Jul 16, 2019
1 parent fe00159 commit 7fb9ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appengine/storage/standard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Node.js Google Cloud Storage sample for Google App Engine",
"scripts": {
"start": "node app.js",
"test": "mocha system-test/*.test.js --timeout=30000"
"test": "mocha system-test/*.test.js --exit --timeout=30000"
},
"engines": {
"node": ">=8.0.0"
Expand Down

0 comments on commit 7fb9ce4

Please sign in to comment.