Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 8f4cfb5

Browse files
committed
docs(readme): move table of contents below project description
1 parent 909bf09 commit 8f4cfb5

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +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-
- [playwright-testing-library](#playwright-testing-library)
5-
- [Install](#install)
6-
- [Use](#use)
7-
- [API](#api)
8-
- [Known Limitations](#known-limitations)
9-
- [Special Thanks](#special-thanks)
10-
- [Related Playwright Test Utilities](#related-playwright-test-utilities)
11-
- [LICENSE](#license)
12-
13-
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
14-
151
# playwright-testing-library
162

173
[![Package Version][npm-badge]][npm-link]
@@ -26,6 +12,21 @@ All your favorite user-centric querying functions from @testing-library/react &
2612

2713
> ⚠️ Note: this is a fork of [pptr-testing-library](https://github.com/testing-library/pptr-testing-library) modified to accomodate for some subtle API differences.
2814
15+
## Contents
16+
17+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
18+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
19+
20+
- [Install](#install)
21+
- [Use](#use)
22+
- [API](#api)
23+
- [Known Limitations](#known-limitations)
24+
- [Special Thanks](#special-thanks)
25+
- [Related Playwright Test Utilities](#related-playwright-test-utilities)
26+
- [LICENSE](#license)
27+
28+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
29+
2930
## Install
3031

3132
`npm install --save-dev playwright-testing-library`

0 commit comments

Comments
 (0)