Skip to content

Commit 8e8475f

Browse files
committed
Update refs to textmatch
1 parent 425083f commit 8e8475f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,14 +296,14 @@ const incrediblesPosterImg = getByAltText(container, /incredibles.*poster$/i)
296296
```typescript
297297
getByTestId(
298298
container: HTMLElement,
299-
text: ExactTextMatch,
299+
text: TextMatch,
300300
options?: {
301301
exact?: boolean = true,
302302
}): HTMLElement`
303303
```
304304

305305
A shortcut to `` container.querySelector(`[data-testid="${yourId}"]`) `` (and it
306-
also accepts an [`ExactTextMatch`](#exacttextmatch)).
306+
also accepts a [`TextMatch`](#textmatch)).
307307

308308
```javascript
309309
// <input data-testid="username-input" />

0 commit comments

Comments
 (0)