test: reduce default runner noise and contention

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

View File

@@ -10,7 +10,7 @@
"scripts": {
"dev": "tsx scripts/dev.ts",
"build": "tsx scripts/build.ts",
"test": "vitest run",
"test": "vitest run --silent=passed-only --reporter=dot",
"typecheck": "tsc --noEmit",
"generate:icons": "tsx scripts/generate-icons.ts",
"pack": "electron-builder --dir",