From 1cee36cc9bac30aba387a88288bada4c19bed6b3 Mon Sep 17 00:00:00 2001 From: "SPRINX0\\prochazka" Date: Fri, 20 Sep 2024 12:29:29 +0200 Subject: [PATCH] force exit after tests --- integration-tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/package.json b/integration-tests/package.json index ccf1afa5c..5f232a029 100644 --- a/integration-tests/package.json +++ b/integration-tests/package.json @@ -13,7 +13,7 @@ "wait:ci": "cross-env DEVMODE=1 CITEST=1 node wait.js", "test:local": "cross-env DEVMODE=1 LOCALTEST=1 jest", "test:local:path": "cross-env DEVMODE=1 LOCALTEST=1 jest --runTestsByPath __tests__/data-duplicator.spec.js", - "test:ci": "cross-env DEVMODE=1 CITEST=1 jest --runInBand --json --outputFile=result.json --testLocationInResults --detectOpenHandles", + "test:ci": "cross-env DEVMODE=1 CITEST=1 jest --runInBand --json --outputFile=result.json --testLocationInResults --detectOpenHandles --forceExit", "run:local": "docker-compose down && docker-compose up -d && yarn wait:local && yarn test:local" }, "jest": {