We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Yes
v6.1.2
v8.45.0
20.8.1
yarn 1.22.19
macos 13.6.1
async and await doesn't work for forEach loop. I think we should give up autofixing this issue.
forEach
foo.forEach(() => { userEvent.click(); });
After autofix, it becomes
foo.forEach(async () => { await userEvent.click(); });
No response
{ ... "testing-library/await-async-event": "error", }
await-async-event
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Have you read the Troubleshooting section?
Yes
Plugin version
v6.1.2
ESLint version
v8.45.0
Node.js version
20.8.1
package manager and version
yarn 1.22.19
Operating system
macos 13.6.1
Bug description
async and await doesn't work for
forEach
loop. I think we should give up autofixing this issue.Steps to reproduce
After autofix, it becomes
Error output/screenshots
No response
ESLint configuration
{
...
"testing-library/await-async-event": "error",
}
Rule(s) affected
await-async-event
Anything else?
No response
Do you want to submit a pull request to fix this bug?
Yes
The text was updated successfully, but these errors were encountered: