Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/vue-testing-library/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ npm install --save-dev @testing-library/vue

You can now use all of `DOM Testing Library`'s `getBy`, `getAllBy`, `queryBy`
and `queryAllBy` commands. See here the
[full list of queries](dom-testing-library/api-queries.mdx).
[full list of queries](docs/queries/about/#types-of-queries).

You may also be interested in installing `@testing-library/jest-dom` so you can use
[the custom Jest matchers](https://github.com/testing-library/jest-dom#readme) for the
Expand Down