Add default output for vitest

Otherwise it's just mysteriously silent.
This commit is contained in:
David Baker
2026-03-11 14:42:06 +00:00
parent 82398f7d50
commit 196c8a082a
@@ -44,6 +44,7 @@ export default defineConfig({
reporter: "lcov", reporter: "lcov",
}, },
reporters: [ reporters: [
["default", { summary: false }],
[ [
"vitest-sonar-reporter", "vitest-sonar-reporter",
{ {