Skip to content

v1.0.0

Compare
Choose a tag to compare
@mpeyper mpeyper released this 19 Jun 13:30

馃摙 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.