-
Notifications
You must be signed in to change notification settings - Fork 144
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
Transform await-fire-event
into await-async-events
#626
Labels
Comments
Belco90
added
v6
Next major v6
BREAKING CHANGE
This change will require a major version bump
labels
Aug 4, 2022
MichaelDeBoey
changed the title
Transform await-fire-event into await-async-events
Transform Aug 4, 2022
await-fire-event
into await-async-events
3 tasks
3 tasks
Repository owner
moved this from In Progress
to Done
in eslint-plugin-testing-library v6
Oct 2, 2022
3 tasks
@Belco90 @MichaelDeBoey assuming this was supposed to be plural? I can open a PR to fix it since it's currently |
I didn't realize it wasn't plural! Please, open a small PR to rename it 🙏 |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Transform
await-fire-event
intoawait-async-events
.Since user-events v14 is async, we should transform this rule to consider both fire and user events.
It needs a new option to decide which modules are enabled or disabled:
Explain in the rule's doc that the user-event option must be disabled when working with user-event prior to v14
The text was updated successfully, but these errors were encountered: