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
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ To enable this configuration use the `extends` property in your
141
141
|[no-await-sync-query](docs/rules/no-await-sync-query.md)| Disallow unnecessary `await` for sync queries |![recommended-badge][]![angular-badge][]![react-badge][]![vue-badge][]||
142
142
|[no-debug](docs/rules/no-debug.md)| Disallow the use of `debug`|![angular-badge][]![react-badge][]![vue-badge][]||
143
143
|[no-dom-import](docs/rules/no-dom-import.md)| Disallow importing from DOM Testing Library |![angular-badge][]![react-badge][]![vue-badge][]|![fixable-badge][]|
144
-
|[no-get-by-for-checking-element-not-present](docs/rules/no-get-by-for-checking-element-not-present)| Disallow the use of `getBy*` queries when checking elements are not present |||
144
+
|[no-get-by-for-checking-element-not-present](docs/rules/no-get-by-for-checking-element-not-present.md)| Disallow the use of `getBy*` queries when checking elements are not present |||
145
145
|[no-manual-cleanup](docs/rules/no-manual-cleanup.md)| Disallow the use of `cleanup`|||
146
146
|[prefer-explicit-assert](docs/rules/prefer-explicit-assert.md)| Suggest using explicit assertions rather than just `getBy*` queries |||
0 commit comments