Fixed Mocha from exiting before reporter has a chance to print stack traces
This commit is contained in:
@@ -56,8 +56,4 @@ before(() => {
|
||||
stdHooks.hookWrite();
|
||||
});
|
||||
|
||||
after(() => {
|
||||
process.exit();
|
||||
});
|
||||
|
||||
export const helper = new IntegrationTestHelper();
|
||||
|
||||
Reference in New Issue
Block a user