Skip to content

Tags: testing-library/jest-dom

Tags

v6.5.0

Toggle v6.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: add waynevanson as a contributor for code, and test (#626)

v6.4.8

Toggle v6.4.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: add ddolcimascolo as a contributor for maintenance (#616)

* docs: update README.md

* docs: update .all-contributorsrc

---------

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

v6.4.7

Toggle v6.4.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Type definition of `toHaveClass` (#611)

v6.4.6

Toggle v6.4.6's commit message
fix: Support @starting-style (#602)

v6.4.5

Toggle v6.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add js suffix to isEqualWith import (#599)

v6.4.4

Toggle v6.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(infra): codecoverage token addition (#600)

v6.4.3

Toggle v6.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Updates role support for aria-required attribute in `toBeRequire…

…d` (#590)

v6.4.2

Toggle v6.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Remove errant export of GetByRoleMatcher, fixing type checking i…

…n some TS configurations (#575)

* Remove errant export of GetByRoleMatcher

Mixing export type with export = matchers can throw off
TypeScript in some configurations. We do not need to export
the matcher as a separate type, since the argument types
 are available in the matcher already.

* import type for ARIARole

---------

Co-authored-by: Ernesto García <ernesto@ernesto.dev>

v6.4.1

Toggle v6.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Export type `TestingLibraryMatchers` from "./matchers" (#576)

v6.4.0

Toggle v6.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add toHaveRole matcher (#572)