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
BREAKING CHANGE: `prefer-screen-queries` rule is automatically enabled if recommended, angular, react or vue config enabled. If you have any of those enabled, you could get new ESLint errors related to this rule after upgrading this plugin.
@@ -145,7 +147,7 @@ To enable this configuration use the `extends` property in your
145
147
|[prefer-explicit-assert](docs/rules/prefer-explicit-assert.md)| Suggest using explicit assertions rather than just `getBy*` queries |||
146
148
|[prefer-find-by](docs/rules/prefer-find-by.md)| Suggest using `findBy*` methods instead of the `waitFor` + `getBy` queries |![recommended-badge][]![angular-badge][]![react-badge][]![vue-badge][]|![fixable-badge][]|
147
149
|[prefer-presence-queries](docs/rules/prefer-presence-queries.md)| Enforce specific queries when checking element is present or not |||
148
-
|[prefer-screen-queries](docs/rules/prefer-screen-queries.md)| Suggest using screen while using queries |||
150
+
|[prefer-screen-queries](docs/rules/prefer-screen-queries.md)| Suggest using screen while using queries |![recommended-badge][]![angular-badge][]![react-badge][]![vue-badge][]||
149
151
|[prefer-wait-for](docs/rules/prefer-wait-for.md)| Use `waitFor` instead of deprecated wait methods ||![fixable-badge][]|
@@ -212,6 +214,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
212
214
213
215
<!-- markdownlint-enable -->
214
216
<!-- prettier-ignore-end -->
217
+
215
218
<!-- ALL-CONTRIBUTORS-LIST:END -->
216
219
217
220
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
0 commit comments