Merge pull request #123 from brisberg/mocha-exit

Fixed Mocha from exiting before reporter has a chance to print error
This commit is contained in:
Skyler Kehren
2020-02-26 08:10:38 +02:00
committed by GitHub
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