From d311fa45a530ea19a924db7df43294c86e394a9f Mon Sep 17 00:00:00 2001 From: JiangBei Date: Tue, 29 Jun 2021 19:24:34 +0800 Subject: [PATCH 1/2] Issues 877 --- docs/vue-testing-library/intro.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vue-testing-library/intro.mdx b/docs/vue-testing-library/intro.mdx index ac548f36f..9fda66860 100644 --- a/docs/vue-testing-library/intro.mdx +++ b/docs/vue-testing-library/intro.mdx @@ -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](https://testing-library.com/docs/queries/about). 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 From 9a28562128760e476290f0fed62c156524c274a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Fontcuberta?= Date: Tue, 29 Jun 2021 20:26:24 +0200 Subject: [PATCH 2/2] Update docs/vue-testing-library/intro.mdx Co-authored-by: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com> --- docs/vue-testing-library/intro.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vue-testing-library/intro.mdx b/docs/vue-testing-library/intro.mdx index 9fda66860..19f29e8c3 100644 --- a/docs/vue-testing-library/intro.mdx +++ b/docs/vue-testing-library/intro.mdx @@ -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](https://testing-library.com/docs/queries/about). +[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