react-hooks-testing-library
TypeScript icon, indicating that this package has built-in type declarations

0.6.0 • Public • Published

react-hooks-testing-library

ram

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-library
npm install --save-dev @testing-library/react-hooks

Remember 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

/react-hooks-testing-library/

    Package Sidebar

    Install

    npm i react-hooks-testing-library

    Weekly Downloads

    17,921

    Version

    0.6.0

    License

    MIT

    Unpacked Size

    6.87 kB

    Total Files

    6

    Last publish

    Collaborators

    • mpeyper