|
2 | 2 |
|
3 | 3 | Simple component wrapper and utilities for testing React hooks.
|
4 | 4 |
|
5 | | ---- |
| 5 | +<div align="center"> |
| 6 | +<h1>react-hooks-testing-library</h1> |
| 7 | + |
| 8 | +<a href="https://www.emojione.com/emoji/1f40f"> |
| 9 | + <img |
| 10 | + height="80" |
| 11 | + width="80" |
| 12 | + alt="ram" |
| 13 | + src="https://raw.githubusercontent.com/mpeyper/react-hooks-testing-library/master/other/ram.png" |
| 14 | + /> |
| 15 | +</a> |
| 16 | + |
| 17 | +<p>Simple component wrapper and utilities for testing React hooks.</p> |
| 18 | + |
| 19 | +</div> |
| 20 | + |
| 21 | +<hr /> |
| 22 | + |
| 23 | +<!-- prettier-ignore-start --> |
6 | 24 |
|
7 | 25 | [](https://travis-ci.org/mpeyper/react-hooks-testing-library)
|
8 | 26 | [](https://codecov.io/gh/mpeyper/react-hooks-testing-library)
|
|
0 commit comments