Skip to content

Commit

Permalink
chore: Add Vuetify test to "popular libraries" examples (#117)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
bennettdams authored and afontcu committed Dec 6, 2019
1 parent ee7cb76 commit 322f3a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ Some included are:
- [`vue-router`][vue-router-example]
- [`vee-validate`][vee-validate-example]
- [`vue-i18n`][vue-i18n-example]
- [`vuetify`][vuetify-example]

Feel free to contribute with more examples!

Expand Down Expand Up @@ -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-example]: https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__/vuetify.js
<!-- prettier-ignore-end -->

0 comments on commit 322f3a9

Please sign in to comment.