Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 25 days 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
```