diff --git a/README.md b/README.md
index 8b85da82..72ef55a9 100644
--- a/README.md
+++ b/README.md
@@ -1,26 +1,3 @@
-
-
-
-- [react-hooks-testing-library](#react-hooks-testing-library)
- - [The problem](#the-problem)
- - [The solution](#the-solution)
- - [When to use this library](#when-to-use-this-library)
- - [When not to use this library](#when-not-to-use-this-library)
- - [Example](#example)
- - [`useCounter.js`](#usecounterjs)
- - [`useCounter.test.js`](#usecountertestjs)
- - [Installation](#installation)
- - [Peer Dependencies](#peer-dependencies)
- - [API](#api)
- - [Contributors](#contributors)
- - [Issues](#issues)
- - [🐛 Bugs](#-bugs)
- - [💡 Feature Requests](#-feature-requests)
- - [❓ Questions](#-questions)
- - [LICENSE](#license)
-
-
-
react-hooks-testing-library
@@ -58,6 +35,31 @@
[![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)
[![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)
[![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)
+
+
+## Table of Contents
+
+
+
+
+- [The problem](#the-problem)
+- [The solution](#the-solution)
+- [When to use this library](#when-to-use-this-library)
+- [When not to use this library](#when-not-to-use-this-library)
+- [Example](#example)
+ - [`useCounter.js`](#usecounterjs)
+ - [`useCounter.test.js`](#usecountertestjs)
+- [Installation](#installation)
+ - [Peer Dependencies](#peer-dependencies)
+- [API](#api)
+- [Contributors](#contributors)
+- [Issues](#issues)
+ - [🐛 Bugs](#-bugs)
+ - [💡 Feature Requests](#-feature-requests)
+ - [❓ Questions](#-questions)
+- [LICENSE](#license)
+
+
## The problem
diff --git a/package.json b/package.json
index 5c94d467..cb1f5f57 100644
--- a/package.json
+++ b/package.json
@@ -45,10 +45,11 @@
"docz": "2.3.1",
"docz-theme-default": "1.2.0",
"docz-utils": "2.3.0",
- "kcd-scripts": "7.5.1",
+ "kcd-scripts": "7.5.2",
"react": "17.0.1",
"react-test-renderer": "17.0.1",
- "typescript": "4.1.2"
+ "typescript": "4.1.2",
+ "eslint": "7.15.0"
},
"peerDependencies": {
"react": ">=16.9.0",
diff --git a/test/resultHistory.test.js b/test/resultHistory.js
similarity index 100%
rename from test/resultHistory.test.js
rename to test/resultHistory.js