Skip to content

Tags: MarkPollmann/react-testing-library

Tags

v3.1.7

Toggle v3.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(engines): update engines.node in package.json

Not a major version bump because the lib never worked with node 6 anyway.

Closes testing-library#110

v3.1.6

Toggle v3.1.6's commit message
fix(TS): export RenderResult interface (testing-library#113)

v3.1.5

Toggle v3.1.5's commit message
fix: add support for react portal elements (testing-library#107)

* fix: add support for react portal elements

* Update documentation to add react portal support

* Update index.js

* Update README.md

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