Skip to content

Commit

Permalink
No runInBand
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Dec 12, 2024
1 parent e87cc8c commit ff0fa42
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 @@ -23,7 +23,7 @@
"test": "vitest --project unit",
"test:bun": "bun test --bail",
"test:e2e": "vitest --project e2e",
"test:leaks": "cross-env \"LEAK_TEST=1\" jest --no-watchman --runInBand --detectOpenHandles --detectLeaks --logHeapUsage"
"test:leaks": "cross-env \"LEAK_TEST=1\" jest --detectOpenHandles --detectLeaks"
},
"devDependencies": {
"@babel/core": "7.26.0",
Expand Down

0 comments on commit ff0fa42

Please sign in to comment.