Closed
Description
The testing-library/no-debug
test also warns about using console.debug()
, although there is a separate built-in test for that: no-console
. I would like to allow console.debug()
statements (our config contains "no-console": ["error", {"allow": ["debug", "warn", "error"]}]
), but still keep testing-library/no-debug
enabled for testing-library debug statements.