Skip to content

Tags: jimmytb/react-testing-library

Tags

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

v2.4.0

Toggle v2.4.0's commit message
feat(examples): Add context examples (testing-library#68)

* feat(examples): Add context examples

* modify the examples

* fix example stuff

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(waitForElement): add export of waitForElement

v2.2.0

Toggle v2.2.0's commit message
feat(queries): upgrade dom-testing-library to support all queries

v2.1.1

Toggle v2.1.1's commit message
fix(TypeScript): add a definition for TextMatch (testing-library#52)

* Add a definition for TextMatch and replace the query helper arguments with it.