Skip to content

Commit

Permalink
Force exit
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Dec 14, 2024
1 parent df537d0 commit 38646c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 38646c3

Please sign in to comment.