Skip to content

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

+1-1
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)