From 38646c3be7c21410b1e5be396591dc0e605c6575 Mon Sep 17 00:00:00 2001 From: Arda TANRIKULU Date: Sat, 14 Dec 2024 18:26:02 +0300 Subject: [PATCH] Force exit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bf7d37caa6a..94e95fea468 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "prettier:check": "prettier --cache --ignore-path .prettierignore --check .", "release": "changeset publish", "test": "jest --no-watchman", - "test:leaks": "cross-env \"LEAK_TEST=1\" jest --no-watchman --detectOpenHandles --detectLeaks --logHeapUsage", + "test:leaks": "cross-env \"LEAK_TEST=1\" jest --no-watchman --detectOpenHandles --detectLeaks --forceExit", "ts:check": "tsc --noEmit" }, "devDependencies": {