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-hooksChanges
- Updated docs and links from
mpeypertotesting-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
testHookfunction- If you haven't already, please update your tests to use
renderHookinstead... It's just a rename.
- If you haven't already, please update your tests to use