-
Notifications
You must be signed in to change notification settings - Fork 147
False positive for testing-library/no-await-sync-events #403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
3 tasks
Crossposting relevant discussion from testing-library/user-event#693:
|
sjarva
added a commit
to sjarva/eslint-plugin-testing-library
that referenced
this issue
Sep 7, 2022
Check if delay is declared or assigned a value elsewhere than in the call expression's arguments. Add test cases that have declarations and assignments. Ref: testing-library#403
3 tasks
Belco90
pushed a commit
that referenced
this issue
Sep 7, 2022
fix: no-await-sync-events false positive Check if delay is declared or assigned a value elsewhere than in the call expression's arguments. Add test cases that have declarations and assignments. Closes #403
🎉 This issue has been resolved in version 5.6.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using
await
withuserEvent.type
'sdelay
option is correct, but is incorrectly flagged as a lint error.The text was updated successfully, but these errors were encountered: