await-async-events
doesn't seem to check calls from user sessions returned by userEvent.setup()
#812
Labels
enhancement
New feature or request
What rule do you want to change?
await-async-events
Does this change cause the rule to produce more or fewer warnings?
More warnings
How will the change be implemented?
The code needs to detect calls to
userEvent.setup()
and calls to the resulting object's methods.Example code
How does the current rule affect the code?
user.click()
and others returns aPromise
and should beawait
ed.How will the new rule affect the code?
Anything else?
see also #800
Do you want to submit a pull request to change the rule?
No
The text was updated successfully, but these errors were encountered: