v1.0.0
📢 WE HAVE MOVED
react-hooks-testing-library
has moved to the testing-library
Org and in now published under the @testing-library
scope. Please update your dependeny by running:
npm uninstall react-hooks-testing-library
npm install --save-dev @testing-library/react-hooks
Changes
- Updated docs and links from
mpeyper
totesting-library
(#99) - Updated dependencies
- No more v0.x.x versions! (#26)
- The API has been stable for quite some time, and I felt like the time had come
⚠️ Breaking Changes
- Removed the deprecated
testHook
function- If you haven't already, please update your tests to use
renderHook
instead... It's just a rename.
- If you haven't already, please update your tests to use