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
+7
View File
@@ -0,0 +1,7 @@
# VITE_DEBUG_DOM
# When "true", testing-library failures (waitFor / getBy*) include the full
# serialized DOM in the error message. It's off by default because it's noisy.
#
# Flip it to "true" (or use `VITE_DEBUG_DOM=true yarn test`) when you need to
# inspect the DOM of a failing test.
VITE_DEBUG_DOM=false