Skip to content

Tags: kylejw2/jest-dom

Tags

v5.11.10

Toggle v5.11.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: normalize expected value in toContainHTML (testing-library#349)

resolves testing-library#347

v5.11.9

Toggle v5.11.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Ignore comment nodes in toBeEmptyDOMElement (testing-library#317)

Co-authored-by: Ernesto García <gnapse@gmail.com>

v5.11.8

Toggle v5.11.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Adds expected text for toContainHTML checks that fail (testing-l…

…ibrary#299) (testing-library#318)

Co-authored-by: Ernesto García <gnapse@gmail.com>

v5.11.7

Toggle v5.11.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: check equality in toHaveDisplayValue (fix testing-library#290) (t…

…esting-library#319)

v5.11.6

Toggle v5.11.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: add syneva-runyan as a contributor (testing-library#308)

* docs: update README.md

* docs: update .all-contributorsrc

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

v5.11.5

Toggle v5.11.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: Add note about toBeDisabled not supporting aria-disabled (testi…

…ng-library#303)

v5.11.4

Toggle v5.11.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: do not explicitly depend on jest assertion utils (testing-librar…

…y#250)

Co-authored-by: Ernesto García <gnapse@gmail.com>

v5.11.3

Toggle v5.11.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Changed toHaveStyle to use getPropertyValue instead of accessing…

… the property directly (testing-library#285)

* Changed toHaveStyle to use getPropertyValue instead of accessing the property directly
* Using px instead of rem
* changed test description
* Update src/__tests__/to-have-style.js
* Apply suggestions from code review

Co-authored-by: Ernesto García <gnapse@gmail.com>

v5.11.2

Toggle v5.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Suggest using toBeEmptyDOMElement instead of toBeEmpty (testing-…

…library#284)

* Suggest using toBeEmptyDOMElement instead of toBeEmpty
* fixed toBeEmptyDOMElement regular expression

v5.11.1

Toggle v5.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(toHaveStyle): strictly match empty values (testing-library#276)

closes testing-library#272