From 8fab8504ecd8a302bd3614981ff88a4fba05dab8 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Thu, 19 Aug 2021 11:24:19 -0700 Subject: [PATCH] fix: try reinstate coverage --- test/integration.test.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/integration.test.js b/test/integration.test.js index 19d026ba..9b169c5f 100644 --- a/test/integration.test.js +++ b/test/integration.test.js @@ -100,11 +100,6 @@ it(`should execute "ncc build web-vitals" with target config`, async () => { await new Promise(resolve => setTimeout(resolve, 5000)); }); -afterAll(() => { - if (coverage) - process.exit(0); -}); - // remove me when node.js makes this the default behavior process.on("unhandledRejection", e => { throw e;