test(repo): less noisy test output (#11505)

This commit is contained in:
David Luzar
2026-06-15 18:19:20 +02:00
committed by GitHub
parent 1cb9fff569
commit 28a9b1711d
3 changed files with 25 additions and 0 deletions
+2
View File
@@ -71,6 +71,8 @@ export default defineConfig({
setupFiles: ["./setupTests.ts"],
globals: true,
environment: "jsdom",
// don't list skipped tests in the failure tree — keeps output readable
hideSkippedTests: true,
coverage: {
reporter: ["text", "json-summary", "json", "html", "lcovonly"],
// Since v2, it ignores empty lines by default and we need to disable it as it affects the coverage