Skip to content

Commit 1672a66

Browse files
committed
don't run test files in parallel
1 parent 52a8f6c commit 1672a66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/supervisor/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"build": "tsc",
99
"dev": "tsx --require dotenv/config --watch src/index.ts || (echo '!! Remember to run: nvm use'; exit 1)",
1010
"start": "node dist/index.js",
11-
"test:watch": "vitest",
11+
"test:run": "vitest --no-file-parallelism --run",
12+
"test:watch": "vitest --no-file-parallelism",
1213
"typecheck": "tsc --noEmit"
1314
},
1415
"dependencies": {

0 commit comments

Comments
 (0)