Skip to content

Tags: ReactDOM/react-testing-library

Tags

v3.1.4

Toggle v3.1.4's commit message
fix(TS): add missing prettyDOM export to typings file (testing-librar…

…y#109)

* exports `prettyDOM` from dom-testing-library in the
react-testing-library's typings file.

v3.1.3

Toggle v3.1.3's commit message
fix(TS): add debug() to typings (testing-library#90)

* Add debug() to typings

* Update contributors

v3.1.2

Toggle v3.1.2's commit message
fix(TS): remove unused import to prevent naming conflict with export (t…

…esting-library#89)

v3.1.1

Toggle v3.1.1's commit message
fix(TS): Add missing getAll and queryAll functions to TS definitions (t…

…esting-library#88)

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(debug): add a debug convenience method (testing-library#87)

Also adds @Gpx to contributors!

Closes testing-library#86

v3.0.2

Toggle v3.0.2's commit message
fix(TS): type literal property cannot have an initializer (testing-li…

…brary#82)

A type literal property cannot have an initializer. The runtime code
should take care of initialize the value.

v3.0.1

Toggle v3.0.1's commit message
fix(TS): examples + types (testing-library#77)

* Update README with new match examples

* Update types

(probably invalid typescript syntax)

* Remove example that messes up TOC

* Fix union type

v3.0.0

Toggle v3.0.0's commit message
test: adjust tests for breaking changes

v2.5.2

Toggle v2.5.2's commit message
docs: copy in waitForElement docs (testing-library#73)

* Copy in waitForElement docs

* Link out to source

* Add waitForElement examples

v2.5.1

Toggle v2.5.1's commit message
fix(TS): add types for exported functions. (testing-library#69)