Skip to content

Tags: yongdamsh/react-testing-library

Tags

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)

v2.5.0

Toggle v2.5.0's commit message
feat(rerender): implement rerender (testing-library#65) (testing-libr…

…ary#70)

* feat(rerender): implement rerender (testing-library#65)

* update readme
* update examples
* tests
* typescript typings

* Update index.js

* Update rerender.js

* Update rerender.js

* Update README.md

Closes testing-library#65