|
1 | | -<!-- START doctoc generated TOC please keep comment here to allow auto update --> |
2 | | -<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> |
3 | | - |
4 | | -- [react-hooks-testing-library](#react-hooks-testing-library) |
5 | | - - [The problem](#the-problem) |
6 | | - - [The solution](#the-solution) |
7 | | - - [When to use this library](#when-to-use-this-library) |
8 | | - - [When not to use this library](#when-not-to-use-this-library) |
9 | | - - [Example](#example) |
10 | | - - [`useCounter.js`](#usecounterjs) |
11 | | - - [`useCounter.test.js`](#usecountertestjs) |
12 | | - - [Installation](#installation) |
13 | | - - [Peer Dependencies](#peer-dependencies) |
14 | | - - [API](#api) |
15 | | - - [Contributors](#contributors) |
16 | | - - [Issues](#issues) |
17 | | - - [🐛 Bugs](#-bugs) |
18 | | - - [💡 Feature Requests](#-feature-requests) |
19 | | - - [❓ Questions](#-questions) |
20 | | - - [LICENSE](#license) |
21 | | - |
22 | | -<!-- END doctoc generated TOC please keep comment here to allow auto update --> |
23 | | - |
24 | 1 | <div align="center"> |
25 | 2 | <h1>react-hooks-testing-library</h1> |
26 | 3 |
|
|
58 | 35 | [](https://github.com/testing-library/react-hooks-testing-library/watchers) |
59 | 36 | [](https://github.com/testing-library/react-hooks-testing-library/stargazers) |
60 | 37 | [](https://twitter.com/intent/tweet?text=Check%20out%20react-hooks-testing-library%20by%20%40testing-library%20https%3A%2F%2Fgithub.com%2Ftesting-library%2Freact-hooks-testing-library%20%F0%9F%91%8D) |
| 38 | +<!-- prettier-ignore-end --> |
| 39 | + |
| 40 | +## Table of Contents |
| 41 | + |
| 42 | +<!-- START doctoc generated TOC please keep comment here to allow auto update --> |
| 43 | +<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> |
| 44 | + |
| 45 | +- [react-hooks-testing-library](#react-hooks-testing-library) |
| 46 | + - [The problem](#the-problem) |
| 47 | + - [The solution](#the-solution) |
| 48 | + - [When to use this library](#when-to-use-this-library) |
| 49 | + - [When not to use this library](#when-not-to-use-this-library) |
| 50 | + - [Example](#example) |
| 51 | + - [`useCounter.js`](#usecounterjs) |
| 52 | + - [`useCounter.test.js`](#usecountertestjs) |
| 53 | + - [Installation](#installation) |
| 54 | + - [Peer Dependencies](#peer-dependencies) |
| 55 | + - [API](#api) |
| 56 | + - [Contributors](#contributors) |
| 57 | + - [Issues](#issues) |
| 58 | + - [🐛 Bugs](#-bugs) |
| 59 | + - [💡 Feature Requests](#-feature-requests) |
| 60 | + - [❓ Questions](#-questions) |
| 61 | + - [LICENSE](#license) |
| 62 | + |
| 63 | +<!-- END doctoc generated TOC please keep comment here to allow auto update --> |
61 | 64 |
|
62 | 65 | ## The problem |
63 | 66 |
|
|
0 commit comments