Skip to content

Tags: statianzo/jest-dom

Tags

v4.2.4

Toggle v4.2.4's commit message
fix: Issue with lowercasing toHaveStyle values. (testing-library#164)

v4.2.3

Toggle v4.2.3's commit message
fix: improve error messages for .toBeInTheDocument (testing-library#137)

v4.2.2

Toggle v4.2.2's commit message
fix: Changed .toHaveStyle() to be case-insensitive. (testing-library#154

)

v4.2.1

Toggle v4.2.1's commit message
fix: Update type for Matchers to match @types/jest (testing-library#150)

v4.2.0

Toggle v4.2.0's commit message
feat: Add toBeChecked matcher (testing-library#141)

* feat: Add toBeChecked matcher

* Added support for type=radio, role=checkbox and role=radio elements to .toBeChecked() matcher.

v4.1.2

Toggle v4.1.2's commit message
fix: toHaveStyle not to return true when shouldn't (testing-library#81)

v4.1.1

Toggle v4.1.1's commit message
fix: toHaveTextContent("") causing false positive (testing-library#138)

* throw when matching against empty string sugget toBeEmpty

fix testing-library#104

* allow empty content to match empty string

v4.1.0

Toggle v4.1.0's commit message
feat: toBeValid supports <form/> element (testing-library#127)

* add `"form"` to toBeValid tag list

* add tests for `toBeValid` usage with `"form"`

* simplify invalid element

* update readme to include form usage

v4.0.1

Toggle v4.0.1's commit message
fix: recognize changed value of select (testing-library#126)

v4.0.0

Toggle v4.0.0's commit message
fix(release): manually release a major version

There was an issue with a major release, so this manual-releases.md
change is to release a new major version.

Reference: testing-library@f810c8a

BREAKING CHANGE: BREAKING CHANGE: You need to uninstall `jest-dom` and install `@testing-library/jest-dom` instead. Then change your imports from `jest-dom` to `@testing-library/jest-dom`.