From 395ba2c1292e3e4bab250abc674c60d0dbaeb514 Mon Sep 17 00:00:00 2001 From: Rory Powell Date: Wed, 14 Jun 2023 15:43:57 +0100 Subject: [PATCH] Force exit qa-core --- qa-core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa-core/package.json b/qa-core/package.json index 987fe36d7c..1d36d179ee 100644 --- a/qa-core/package.json +++ b/qa-core/package.json @@ -10,7 +10,7 @@ }, "scripts": { "setup": "yarn && node scripts/createEnv.js", - "test": "jest --runInBand --json --outputFile=testResults.json", + "test": "jest --runInBand --json --outputFile=testResults.json --forceExit", "test:watch": "yarn run test --watch", "test:debug": "DEBUG=1 yarn run test", "test:notify": "node scripts/testResultsWebhook",