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-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -340,7 +340,7 @@ module.exports = [
340
340
|[no-render-in-lifecycle](docs/rules/no-render-in-lifecycle.md)| Disallow the use of `render` in testing frameworks setup functions |![badge-angular][]![badge-marko][]![badge-react][]![badge-svelte][]![badge-vue][]|||
341
341
|[no-test-id-queries](docs/rules/no-test-id-queries.md)| Ensure no `data-testid` queries are used ||||
342
342
|[no-unnecessary-act](docs/rules/no-unnecessary-act.md)| Disallow wrapping Testing Library utils or empty callbacks in `act`|![badge-marko][]![badge-react][]|||
343
-
|[no-wait-for-multiple-assertions](docs/rules/no-wait-for-multiple-assertions.md)| Disallow the use of multiple `expect` calls inside `waitFor`|![badge-angular][]![badge-dom][]![badge-marko][]![badge-react][]![badge-svelte][]![badge-vue][]|||
343
+
|[no-wait-for-multiple-assertions](docs/rules/no-wait-for-multiple-assertions.md)| Disallow the use of multiple `expect` calls inside `waitFor`|![badge-angular][]![badge-dom][]![badge-marko][]![badge-react][]![badge-svelte][]![badge-vue][]||🔧|
344
344
|[no-wait-for-side-effects](docs/rules/no-wait-for-side-effects.md)| Disallow the use of side effects in `waitFor`|![badge-angular][]![badge-dom][]![badge-marko][]![badge-react][]![badge-svelte][]![badge-vue][]|| 🔧 |
345
345
|[no-wait-for-snapshot](docs/rules/no-wait-for-snapshot.md)| Ensures no snapshot is generated inside of a `waitFor` call |![badge-angular][]![badge-dom][]![badge-marko][]![badge-react][]![badge-svelte][]![badge-vue][]|||
346
346
|[prefer-explicit-assert](docs/rules/prefer-explicit-assert.md)| Suggest using explicit assertions rather than standalone queries ||||
0 commit comments