Skip to content

Commit f72e42b

Browse files
authored
Update vue-testing-library examples' links to point to main branch (#973)
1 parent 01902fa commit f72e42b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/vue-testing-library/examples.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ You'll find examples of testing with different libraries in
9999

100100
Some included are:
101101

102-
- [`vuex`](https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__/vuex.js)
103-
- [`vue-router`](https://github.com/testing-library/vue-testing-library/tree/master/src/__tests__/vue-router.js)
104-
- [`vee-validate`](https://github.com/testing-library/vue-testing-library/tree/master/src/__tests__/validate-plugin.js)
105-
- [`vue-i18n`](https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__/translations-vue-i18n.js)
106-
- [`vuetify`](https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__/vuetify.js)
102+
- [`vuex`](https://github.com/testing-library/vue-testing-library/blob/main/src/__tests__/vuex.js)
103+
- [`vue-router`](https://github.com/testing-library/vue-testing-library/tree/main/src/__tests__/vue-router.js)
104+
- [`vee-validate`](https://github.com/testing-library/vue-testing-library/tree/main/src/__tests__/validate-plugin.js)
105+
- [`vue-i18n`](https://github.com/testing-library/vue-testing-library/blob/main/src/__tests__/translations-vue-i18n.js)
106+
- [`vuetify`](https://github.com/testing-library/vue-testing-library/blob/main/src/__tests__/vuetify.js)

0 commit comments

Comments
 (0)