Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
style(await-fire-event): format rule doc
  • Loading branch information
Belco90 committed Dec 7, 2020
commit 2047b43a10882faa479ecb3adff198e520000e01
1 change: 1 addition & 0 deletions docs/rules/await-fire-event.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This rule aims to prevent users from forgetting to handle promise returned from
methods.

> ⚠️ `fireEvent` methods are async only on following Testing Library packages:
>
> - `@testing-library/vue` (supported by this plugin)
> - `@testing-library/svelte` (not supported yet by this plugin)

Expand Down