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

@@ -15,7 +15,7 @@
"private": true,
"scripts": {
"build": "tsc",
"test": "vitest run"
"test": "vitest run --silent=passed-only --reporter=dot"
},
"dependencies": {
"@fusion/plugin-sdk": "workspace:*"