Skip to content

Tags: codeAligned/react-testing-library

Tags

v6.0.1

Toggle v6.0.1's commit message
fix: reorder cleanupAtContainer code (testing-library#327)

Closes testing-library#326

v6.0.0

Toggle v6.0.0's commit message
fix: move testHook to its own pacakge (testing-library#307)

This removes testHook in favor of http://npm.im/react-hook-testing-library

Closes testing-library#302

BREAKING CHANGE: move testHook to another library. Use http://npm.im/react-hook-testing-library instead

v5.9.0

Toggle v5.9.0's commit message
feat(render): add wrapper component option (testing-library#303)

* feat(render): add wrapper component option

* feat(render): update types

* fix(types): remove unreferenced type

* fix(render): optional type for wrapper option

v5.8.0

Toggle v5.8.0's commit message
feat: testHook returns result ref object (testing-library#297)

v5.7.0

Toggle v5.7.0's commit message
feat: wrapper for testHook (testing-library#296)

* feat: wrapper for testHook

* Ignore eslint rule

v5.6.1

Toggle v5.6.1's commit message
fix(TS): typing of testHook (testing-library#292)

* Adds typing for testHook return

* Adds typings section to contributing.md

v5.6.0

Toggle v5.6.0's commit message
feat(testHook): modify testHook to return unmount function (testing-l…

…ibrary#290)

* Returns unmount function on testHook

* Adds test for unmount function; Adds example of useEffect

* Add Andrewmat as contributor

* Adds rerender on testHook return

v5.5.4

Toggle v5.5.4's commit message
fix: act polyfill for React 15.x (testing-library#288)

Fixes testing-library#287

v5.5.3

Toggle v5.5.3's commit message
fix(act): add a polyfill

Thanks @threepointone!

v5.5.2

Toggle v5.5.2's commit message
fix(build): upgrade all deps

Closes testing-library#279