File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ re-exports it.
31
31
<summary >What queries does Vue Testing Library provide?</summary >
32
32
33
33
All queries from DOM Testing Library. See
34
- [ Queries] ( dom-testing-library/api- queries.mdx ) for full list.
34
+ [ Queries] ( cheatsheet# queries) for full list.
35
35
36
36
</details >
37
37
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ npm install --save-dev @testing-library/vue
26
26
27
27
You can now use all of ` DOM Testing Library ` 's ` getBy ` , ` getAllBy ` , ` queryBy `
28
28
and ` queryAllBy ` commands. See here the
29
- [ full list of queries] ( docs/queries/about/#types-of- queries) .
29
+ [ full list of queries] ( cheatsheet# queries) .
30
30
31
31
You may also be interested in installing ` @testing-library/jest-dom ` so you can
32
32
use
You can’t perform that action at this time.
0 commit comments