8 lines
318 B
Bash
8 lines
318 B
Bash
# 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
|