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
* fix: support configuration for prefer-presence-queries (#518)
* test(prefer-presence-queries): destructure options in the params of create
Co-authored-by: Michaël De Boey <[email protected]>
Co-authored-by: Rory Jennings <[email protected]>
Co-authored-by: Michaël De Boey <[email protected]>
|`presence`| No |`true`| If enabled, this rule will ensure `getBy*` is used to validate whether an element is present. If disabled, `queryBy*` will be accepted for presence queries. |
67
+
|`absence`| No |`true`| If enabled, this rule will ensure `queryBy*` is used to validate whether an element is absent. If disabled, `getBy*` will be accepted for absence queries. |
0 commit comments