Ecosyste.ms: Awesome
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: 25 days ago
JSON representation
Demonstrate how to unit test React custom Hooks
- Host: GitHub
- URL: https://github.com/ivan-ha/react-hooks-test
- Owner: ivan-ha
- Created: 2019-06-01T04:01:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:14:06.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T16:16:31.960Z (almost 2 years ago)
- Topics: hooks, react, react-hooks, react-hooks-demo, react-hooks-tutorial, reactjs, testing
- Language: JavaScript
- Homepage:
- Size: 3.36 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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
```