An open API service indexing awesome lists of open source software.

https://github.com/ivan-ha/react-hooks-test

Demonstrate how to unit test React custom Hooks
https://github.com/ivan-ha/react-hooks-test

hooks react react-hooks react-hooks-demo react-hooks-tutorial reactjs testing

Last synced: about 1 year ago
JSON representation

Demonstrate how to unit test React custom Hooks

Awesome Lists containing this project

README

          

# ivan-ha/react-hooks-test

Demonstrate how to unit test React custom Hooks with [`react-hooks-testing-library`](https://github.com/mpeyper/react-hooks-testing-library).

## To try

```sh
yarn
yarn test
```