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
You'll first need to install [ESLint](http://eslint.org):
@@ -161,7 +156,7 @@ To enable this configuration use the `extends` property in your
161
156
|[testing-library/no-dom-import](docs/rules/no-dom-import.md)| Disallow importing from DOM Testing Library |![angular-badge][]![react-badge][]![vue-badge][]|![fixable-badge][]|
162
157
|[testing-library/no-manual-cleanup](docs/rules/no-manual-cleanup.md)| Disallow the use of `cleanup`|||
163
158
|[testing-library/no-node-access](docs/rules/no-node-access.md)| Disallow direct Node access |![angular-badge][]![react-badge][]![vue-badge][]||
164
-
|[testing-library/no-promise-in-fire-event](docs/rules/no-promise-in-fire-event.md)| Disallow the use of promises passed to a `fireEvent` method |||
159
+
|[testing-library/no-promise-in-fire-event](docs/rules/no-promise-in-fire-event.md)| Disallow the use of promises passed to a `fireEvent` method |![dom-badge][]![angular-badge][]![react-badge][]![vue-badge][]||
165
160
|[testing-library/no-render-in-setup](docs/rules/no-render-in-setup.md)| Disallow the use of `render` in setup functions |||
166
161
|[testing-library/no-wait-for-empty-callback](docs/rules/no-wait-for-empty-callback.md)| Disallow empty callbacks for `waitFor` and `waitForElementToBeRemoved`|![dom-badge][]![angular-badge][]![react-badge][]![vue-badge][]||
167
162
|[testing-library/no-wait-for-multiple-assertions](docs/rules/no-wait-for-multiple-assertions.md)| Disallow the use of multiple expect inside `waitFor`|||
@@ -180,15 +175,16 @@ To enable this configuration use the `extends` property in your
0 commit comments