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
@@ -205,7 +205,7 @@ To enable this configuration use the `extends` property in your
205
205
|[`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][]|
206
206
|[`testing-library/no-wait-for-multiple-assertions`](./docs/rules/no-wait-for-multiple-assertions.md)| Disallow the use of multiple `expect` calls inside `waitFor`||![dom-badge][]![angular-badge][]![react-badge][]![vue-badge][]|
207
207
|[`testing-library/no-wait-for-side-effects`](./docs/rules/no-wait-for-side-effects.md)| Disallow the use of side effects in `waitFor`||![dom-badge][]![angular-badge][]![react-badge][]![vue-badge][]|
208
-
|[`testing-library/no-wait-for-snapshot`](./docs/rules/no-wait-for-snapshot.md)| Ensures no snapshot is generated inside of a `waitFor` call |||
208
+
|[`testing-library/no-wait-for-snapshot`](./docs/rules/no-wait-for-snapshot.md)| Ensures no snapshot is generated inside of a `waitFor` call ||![dom-badge][]![angular-badge][]![react-badge][]![vue-badge][]|
209
209
|[`testing-library/prefer-explicit-assert`](./docs/rules/prefer-explicit-assert.md)| Suggest using explicit assertions rather than standalone queries |||
210
210
|[`testing-library/prefer-find-by`](./docs/rules/prefer-find-by.md)| Suggest using `find(All)By*` query instead of `waitFor` + `get(All)By*` to wait for elements | 🔧 |![dom-badge][]![angular-badge][]![react-badge][]![vue-badge][]|
211
211
|[`testing-library/prefer-presence-queries`](./docs/rules/prefer-presence-queries.md)| Ensure appropriate `get*`/`query*` queries are used with their respective matchers |||
0 commit comments