Skip to content

Commit ccf78b4

Browse files
committed
exit process after each mocha run
1 parent 9a8a8d7 commit ccf78b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ class Embark {
220220
process.on('exit', function () {
221221
process.exit(failures); // exit with non-zero status if there were failures
222222
});
223+
process.exit();
223224
});
224225
}
225226

0 commit comments

Comments
 (0)