react-hooks-testing-library

Simple and complete React hooks testing utilities that encourage good testing practices.
🚨 Deprecated - This package has moved! 🚨
react-hooks-testing-library
has moved to@testing-library/react-hooks!
To upgrade, run:
npm uninstall react-hooks-testing-librarynpm install --save-dev @testing-library/react-hooksRemember to also update your import lines to the new package too:
- import { renderHook, act } from 'react-hooks-testing-library'+ import { renderHook, act } from '@testing-library/react-hooks'More details on the move can be found here.
LICENSE
MIT