test: isolate coding pressure budget

This commit is contained in:
2026-08-24 09:54:32 +08:00
parent fcd03f9f6d
commit 61fede2b4d
2 changed files with 3 additions and 3 deletions

View File

@@ -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",