From b5d07cbd1755e7cd4e304e366d13a511c794c308 Mon Sep 17 00:00:00 2001 From: Bennett Date: Thu, 5 Dec 2019 10:52:35 +0100 Subject: [PATCH 1/3] Add Vuetify test to "popular libraries" examples We have a test example for Vuetify, which could be shown in the list of examples for popular libraries. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 014ede00..90b20f32 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,7 @@ Some included are: - [`vue-router`][vue-router-example] - [`vee-validate`][vee-validate-example] - [`vue-i18n`][vue-i18n-example] +- [`vuetify`][vuetify] Feel free to contribute with more examples! @@ -194,4 +195,5 @@ If you want to lint test files that use Vue Testing Library, you can use the off [vue-router-example]: https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__/vue-router.js [vee-validate-example]: https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__/validate-plugin.js [vue-i18n-example]: https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__/vueI18n.js +[vuetify]: https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__/vuetify.js From 60fcb2c38b71cc3bee3ef307cd04b8d188c145a6 Mon Sep 17 00:00:00 2001 From: Bennett Date: Fri, 6 Dec 2019 13:47:11 +0100 Subject: [PATCH 2/3] Update Vuetify example link name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add "example" to Vuetify example link name to keep consistency Co-Authored-By: AdriĆ  Fontcuberta --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90b20f32..829f926b 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ Some included are: - [`vue-router`][vue-router-example] - [`vee-validate`][vee-validate-example] - [`vue-i18n`][vue-i18n-example] -- [`vuetify`][vuetify] +- [`vuetify`][vuetify-example] Feel free to contribute with more examples! From ba361392022bcfc8c1250f586817b8043039e476 Mon Sep 17 00:00:00 2001 From: Bennett Date: Fri, 6 Dec 2019 13:47:36 +0100 Subject: [PATCH 3/3] Update Vuetify example link name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add "example" to Vuetify example link name to keep consistency Co-Authored-By: AdriĆ  Fontcuberta --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 829f926b..49de0269 100644 --- a/README.md +++ b/README.md @@ -195,5 +195,5 @@ If you want to lint test files that use Vue Testing Library, you can use the off [vue-router-example]: https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__/vue-router.js [vee-validate-example]: https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__/validate-plugin.js [vue-i18n-example]: https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__/vueI18n.js -[vuetify]: https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__/vuetify.js +[vuetify-example]: https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__/vuetify.js