Skip to content

Commit c365fbb

Browse files
authored
Merge branch 'master' into remove-flush-microtasks
2 parents 25bdb44 + c7ee0b4 commit c365fbb

File tree

3 files changed

+28
-25
lines changed

3 files changed

+28
-25
lines changed

README.md

+25-23
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,3 @@
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-
241
<div align="center">
252
<h1>react-hooks-testing-library</h1>
263

@@ -58,6 +35,31 @@
5835
[![Watch on GitHub](https://img.shields.io/github/watchers/testing-library/react-hooks-testing-library.svg?style=social)](https://github.com/testing-library/react-hooks-testing-library/watchers)
5936
[![Star on GitHub](https://img.shields.io/github/stars/testing-library/react-hooks-testing-library.svg?style=social)](https://github.com/testing-library/react-hooks-testing-library/stargazers)
6037
[![Tweet](https://img.shields.io/twitter/url/https/github.com/testing-library/react-hooks-testing-library.svg?style=social)](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 -->
6163

6264
## The problem
6365

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,11 @@
4545
"docz": "2.3.1",
4646
"docz-theme-default": "1.2.0",
4747
"docz-utils": "2.3.0",
48-
"kcd-scripts": "7.5.1",
48+
"kcd-scripts": "7.5.2",
4949
"react": "17.0.1",
5050
"react-test-renderer": "17.0.1",
51-
"typescript": "4.1.2"
51+
"typescript": "4.1.2",
52+
"eslint": "7.15.0"
5253
},
5354
"peerDependencies": {
5455
"react": ">=16.9.0",
File renamed without changes.

0 commit comments

Comments
 (0)