mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-18 16:46:38 +00:00
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.on('exit', function () {
|
||||||
process.exit(failures); // exit with non-zero status if there were failures
|
process.exit(failures); // exit with non-zero status if there were failures
|
||||||
});
|
});
|
||||||
|
process.exit();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user