Skip to content

Commit

Permalink
🐛 [Vitest] Run with --no-threads to fix failure to close fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Nov 23, 2023
1 parent ca8a422 commit 1a0bff1
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 @@ -48,7 +48,7 @@
"lint:fix": "npm run lint -- --fix",
"format": "prettier --check src/",
"format:fix": "prettier --write src/",
"test": "vitest",
"test": "vitest --no-threads",
"test:ui": "vitest --ui",
"coverage": "vitest --run --coverage",
"report": "changeset",
Expand Down

0 comments on commit 1a0bff1

Please sign in to comment.