diff --git a/test/integration/helper.ts b/test/integration/helper.ts index 8d9c28e..bb8e162 100644 --- a/test/integration/helper.ts +++ b/test/integration/helper.ts @@ -56,8 +56,4 @@ before(() => { stdHooks.hookWrite(); }); -after(() => { - process.exit(); -}); - export const helper = new IntegrationTestHelper(); diff --git a/test/mocha.opts b/test/mocha.opts index e94ac68..c3478c9 100644 --- a/test/mocha.opts +++ b/test/mocha.opts @@ -10,3 +10,4 @@ --recursive --timeout 5000 +--exit