test: reduce default runner noise and contention

This commit is contained in:
gsxdsm
2026-04-12 13:41:10 -07:00
parent b019ef2c8c
commit 724bb7931a
20 changed files with 26 additions and 25 deletions

View File

@@ -25,7 +25,7 @@
"dev": "pnpm build && pnpm typecheck && pnpm dev:serve",
"dev:serve": "vite dev",
"postinstall": "chmod +x node_modules/.pnpm/node-pty*/node_modules/node-pty/prebuilds/darwin-*/spawn-helper node_modules/.pnpm/node-pty*/node_modules/node-pty/prebuilds/darwin-*/*.node 2>/dev/null || true",
"test": "vitest run",
"test": "vitest run --silent=passed-only --reporter=dot",
"typecheck": "tsc --noEmit && tsc --noEmit -p tsconfig.app.json"
},
"dependencies": {