|
42 | 42 | <!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
43 | 43 | <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
44 | 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) |
| 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) |
62 | 61 |
|
63 | 62 | <!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
64 | 63 |
|
|
0 commit comments