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
|[`await-async-event`](./docs/rules/await-async-event.md)| Enforce promises from async event methods are handled | 🔧 |![dom-badge][]![angular-badge][]![react-badge][]![vue-badge][]![marko-badge][]|
210
+
|[`await-async-events`](./docs/rules/await-async-events.md)| Enforce promises from async event methods are handled | 🔧 |![dom-badge][]![angular-badge][]![react-badge][]![vue-badge][]![marko-badge][]|
211
211
|[`await-async-queries`](./docs/rules/await-async-queries.md)| Enforce promises from async queries to be handled ||![dom-badge][]![angular-badge][]![react-badge][]![vue-badge][]![marko-badge][]|
212
212
|[`await-async-utils`](./docs/rules/await-async-utils.md)| Enforce promises from async utils to be awaited properly ||![dom-badge][]![angular-badge][]![react-badge][]![vue-badge][]![marko-badge][]|
213
213
|[`consistent-data-testid`](./docs/rules/consistent-data-testid.md)| Ensures consistent usage of `data-testid`|||
Copy file name to clipboardexpand all lines: docs/rules/no-await-sync-events.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -105,4 +105,4 @@ Example:
105
105
## Notes
106
106
107
107
- Since `user-event` v14 all its methods are async, so you should disable reporting them by setting the `eventModules` to just `"fire-event"` so `user-event` methods are not reported.
108
-
- There is another rule `await-async-event`, which is for awaiting async events for `user-event` v14 or `fire-event` only in Vue Testing Library. Please do not confuse with this rule.
108
+
- There is another rule `await-async-events`, which is for awaiting async events for `user-event` v14 or `fire-event` only in Vue Testing Library. Please do not confuse with this rule.
0 commit comments