From f55a1358ffab4870c33917ac77fbdc5ab97825cd Mon Sep 17 00:00:00 2001 From: Tobias Koppers Date: Fri, 4 May 2018 09:27:47 +0200 Subject: [PATCH] add forceExit to jest config --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 72ec118dc45..206b686c2a4 100644 --- a/package.json +++ b/package.json @@ -124,6 +124,7 @@ "cover:report-min": "istanbul report --report lcovonly" }, "jest": { + "forceExit": true, "setupTestFrameworkScriptFile": "/test/setupTestFramework.js", "testMatch": [ "/test/*.test.js",