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();
});
after(() => {
process.exit();
});
export const helper = new IntegrationTestHelper();