You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/queries.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ if no CLI instance is found or if it will return a Promise and retry. Depending
9
9
on what app content you are selecting, different queries may be more or less
10
10
appropriate.
11
11
12
-
While our APIs [differ slightly](./differences) from upstream Testing
12
+
While our APIs [differ slightly](./differences.md) from upstream Testing
13
13
Library's,
14
14
[their "About Queries" page summarizes the goals and intentions of this project's queries quite well](https://testing-library.com/docs/queries/about/).
15
15
@@ -176,7 +176,7 @@ getByText(
176
176
```
177
177
178
178
This will search the instance to see if there's an `stdout` output matching the
179
-
given [`TextMatch`](queries/about.mdx#textmatch).
179
+
given [`TextMatch`](#textmatch).
180
180
181
181
```html
182
182
Input your name:
@@ -211,7 +211,7 @@ getByText(
211
211
```
212
212
213
213
This will search the instance to see if there's an `stderr` output matching the
0 commit comments