|
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 | +- [The problem](#the-problem) |
| 46 | +- [The solution](#the-solution) |
| 47 | +- [When to use this library](#when-to-use-this-library) |
| 48 | +- [When not to use this library](#when-not-to-use-this-library) |
| 49 | +- [Example](#example) |
| 50 | + - [`useCounter.js`](#usecounterjs) |
| 51 | + - [`useCounter.test.js`](#usecountertestjs) |
| 52 | +- [Installation](#installation) |
| 53 | + - [Peer Dependencies](#peer-dependencies) |
| 54 | +- [API](#api) |
| 55 | +- [Contributors](#contributors) |
| 56 | +- [Issues](#issues) |
| 57 | + - [🐛 Bugs](#-bugs) |
| 58 | + - [💡 Feature Requests](#-feature-requests) |
| 59 | + - [❓ Questions](#-questions) |
| 60 | +- [LICENSE](#license) |
| 61 | + |
| 62 | +<!-- END doctoc generated TOC please keep comment here to allow auto update --> |
61 | 63 |
|
62 | 64 | ## The problem
|
63 | 65 |
|
|
0 commit comments