Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
fix(mocha): do not hang up but exit process after tests ran
Browse files Browse the repository at this point in the history
  • Loading branch information
Norbert Varga authored and jzsfkzm committed Jul 19, 2018
1 parent 8a341de commit 5d37a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
},
test: {
requires: ['co-mocha'],
flags: ['reporter dot', 'colors'],
flags: ['reporter dot', 'colors', 'exit'],
filePatterns: ['server/**/*.spec.js'],
environmentVariables: {
NODE_ENV: process.env.NODE_ENV || 'test',
Expand Down

0 comments on commit 5d37a82

Please sign in to comment.