npm @testing-library/react-hooks 1.0.0
v1.0.0

latest releases: 8.0.1, 8.0.0, 8.0.0-alpha.1...
4 years ago

📢 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 to testing-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.

Don't miss a new react-hooks release

NewReleases is sending notifications on new releases.