You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally it would only affect .debug() or when it is using screen or a testing-library helper method.
Alternatively having an option to be able to limit it to screen.debug() would also suffice
Do you want to submit a pull request to fix this bug?
Yes
The text was updated successfully, but these errors were encountered:
Have you read the Troubleshooting section?
Yes
Plugin version
6.2.0
ESLint version
8.54.0
Node.js version
20.2.0
package manager and version
9.6.6
Operating system
macOS Monterey, 12.7
Bug description
Using a logger in my code, specifically
log.debug('')
Steps to reproduce
log.debug()
Error output/screenshots
error Unexpected debug statement testing-library/no-debugging-utils
ESLint configuration
Rule(s) affected
testing-library/no-debugging-utils
Anything else?
Ideally it would only affect
.debug()
or when it is using screen or a testing-library helper method.Alternatively having an option to be able to limit it to
screen.debug()
would also sufficeDo you want to submit a pull request to fix this bug?
Yes
The text was updated successfully, but these errors were encountered: