Fixed Mocha from exiting before reporter has a chance to print stack traces

This commit is contained in:
brisberg
2020-02-12 11:48:31 -08:00
parent 962c62a474
commit 9353721127
2 changed files with 1 additions and 4 deletions

View File

@@ -56,8 +56,4 @@ before(() => {
stdHooks.hookWrite(); stdHooks.hookWrite();
}); });
after(() => {
process.exit();
});
export const helper = new IntegrationTestHelper(); export const helper = new IntegrationTestHelper();

View File

@@ -10,3 +10,4 @@
--recursive --recursive
--timeout 5000 --timeout 5000
--exit