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:
@@ -56,8 +56,4 @@ before(() => {
|
|||||||
stdHooks.hookWrite();
|
stdHooks.hookWrite();
|
||||||
});
|
});
|
||||||
|
|
||||||
after(() => {
|
|
||||||
process.exit();
|
|
||||||
});
|
|
||||||
|
|
||||||
export const helper = new IntegrationTestHelper();
|
export const helper = new IntegrationTestHelper();
|
||||||
|
|||||||
@@ -10,3 +10,4 @@
|
|||||||
|
|
||||||
--recursive
|
--recursive
|
||||||
--timeout 5000
|
--timeout 5000
|
||||||
|
--exit
|
||||||
|
|||||||
Reference in New Issue
Block a user