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
> This custom matcher does not take into account the presence or absence of the `aria-disabled` attribute. For more on why this is the case, check [#144](https://github.com/testing-library/jest-dom/issues/144).
162
+
161
163
<hr />
162
164
163
165
### `toBeEnabled`
@@ -172,6 +174,8 @@ perspective.
172
174
It works like `not.toBeDisabled()`. Use this matcher to avoid double negation in
173
175
your tests.
174
176
177
+
> This custom matcher does not take into account the presence or absence of the `aria-disabled` attribute. For more on why this is the case, check [#144](https://github.com/testing-library/jest-dom/issues/144).
0 commit comments