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

Commit cca728e

Browse files
committed
docs(readme): include find queries in readme description
1 parent 1b888cf commit cca728e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Unique methods, not part of **@testing-library/dom**
137137

138138
---
139139

140-
The **[@testing-library/dom](https://github.com/testing-library/dom-testing-library#usage)** — All **`get*`** and **`query*`** methods are supported.
140+
The **[@testing-library/dom](https://github.com/testing-library/dom-testing-library#usage)** — All **`get*`**, **`query*`**, and **`find*`** methods are supported.
141141

142142
- `getQueriesForElement(handle: ElementHandle): ElementHandle & QueryUtils` - extend the input object with the query API and return it
143143
- `getNodeText(handle: ElementHandle): Promise<string>` - get the text content of the element

0 commit comments

Comments
 (0)