mirror of https://github.com/embarklabs/embark.git
exit process after each mocha run
This commit is contained in:
parent
9a8a8d7da2
commit
ccf78b4ff2
|
@ -220,6 +220,7 @@ class Embark {
|
|||
process.on('exit', function () {
|
||||
process.exit(failures); // exit with non-zero status if there were failures
|
||||
});
|
||||
process.exit();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue