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

@@ -10,7 +10,7 @@
},
"scripts": {
"typecheck": "tsc --noEmit --skipLibCheck",
"test": "vitest run"
"test": "vitest run --silent=passed-only --reporter=dot"
},
"devDependencies": {
"@types/node": "^25.5.0",