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
ci: Add validate workflow instead of travis (#311)
* ci: add validate workflow based on yo kcd-oss
* chore: remove travis file
* chore: force enabling colors for validate script
* chore: use master branch
* chore: update Code of Conduct email address
Co-authored-by: Nick McCurdy <nick@nickmccurdy.com>
> 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).
163
+
> This custom matcher does not take into account the presence or absence of the
164
+
> `aria-disabled` attribute. For more on why this is the case, check
It works like `not.toBeDisabled()`. Use this matcher to avoid double negation in
175
179
your tests.
176
180
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).
181
+
> This custom matcher does not take into account the presence or absence of the
182
+
> `aria-disabled` attribute. For more on why this is the case, check
0 commit comments