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
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -198,7 +198,7 @@ To enable this configuration use the `extends` property in your
198
198
|[`testing-library/no-manual-cleanup`](./docs/rules/no-manual-cleanup.md)| Disallow the use of `cleanup`|||
199
199
|[`testing-library/no-node-access`](./docs/rules/no-node-access.md)| Disallow direct Node access ||![angular-badge][]![react-badge][]![vue-badge][]|
200
200
|[`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][]|
201
-
|[`testing-library/no-render-in-setup`](./docs/rules/no-render-in-setup.md)| Disallow the use of `render` in testing frameworks setup functions |||
201
+
|[`testing-library/no-render-in-setup`](./docs/rules/no-render-in-setup.md)| Disallow the use of `render` in testing frameworks setup functions ||![angular-badge][]![react-badge][]![vue-badge][]|
202
202
|[`testing-library/no-unnecessary-act`](./docs/rules/no-unnecessary-act.md)| Disallow wrapping Testing Library utils or empty callbacks in `act`||![react-badge][]|
203
203
|[`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][]|
204
204
|[`testing-library/no-wait-for-multiple-assertions`](./docs/rules/no-wait-for-multiple-assertions.md)| Disallow the use of multiple `expect` calls inside `waitFor`|||
0 commit comments