test: isolate coding pressure budget
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
"lint": "eslint . --fix",
|
||||
"lint:check": "eslint .",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"test": "vitest run",
|
||||
"test": "vitest run --exclude tests/unit/coding-chat-pressure.test.tsx --maxWorkers=4 && vitest run tests/unit/coding-chat-pressure.test.tsx --maxWorkers=1",
|
||||
"test:pi-subagent:packaged": "node scripts/run-pi-subagent-packaged-smoke.mjs",
|
||||
"test:contract:ai-hardware": "vitest run --config vitest.contract.config.ts",
|
||||
"test:electron:windows": "node scripts/run-electron-vitest.mjs",
|
||||
|
||||
Reference in New Issue
Block a user