From ceb10eb434b939bc06e3da5f155ae436e1f52721 Mon Sep 17 00:00:00 2001 From: David Hewson Date: Thu, 24 Mar 2022 15:19:48 +0000 Subject: [PATCH] fix typo --- docs/vue-testing-library/examples.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vue-testing-library/examples.mdx b/docs/vue-testing-library/examples.mdx index 273fee282..a65f81e6c 100644 --- a/docs/vue-testing-library/examples.mdx +++ b/docs/vue-testing-library/examples.mdx @@ -101,6 +101,6 @@ Some included are: - [`vuex`](https://github.com/testing-library/vue-testing-library/blob/main/src/__tests__/vuex.js) - [`vue-router`](https://github.com/testing-library/vue-testing-library/tree/main/src/__tests__/vue-router.js) -- [`vee-validate`](https://github.com/testing-library/vue-testing-library/tree/main/src/__tests__/validate-plugin.js) +- [`vue-validate`](https://github.com/testing-library/vue-testing-library/tree/main/src/__tests__/validate-plugin.js) - [`vue-i18n`](https://github.com/testing-library/vue-testing-library/blob/main/src/__tests__/translations-vue-i18n.js) - [`vuetify`](https://github.com/testing-library/vue-testing-library/blob/main/src/__tests__/vuetify.js)