Skip to content

Commit 787a34a

Browse files
authored
chore: fix broken link in comment (#97)
1 parent 65a27dd commit 787a34a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vue-testing-library.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ fireEvent.touch = async elem => {
116116

117117
// Small utility to provide a better experience when working with v-model.
118118
// Related upstream issue: https://github.com/vuejs/vue-test-utils/issues/345#issuecomment-380588199
119-
// Examples: https://github.com/testing-library/vue-testing-library/blob/master/tests/__tests__/form.js
119+
// Examples: https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__/form.js
120120
fireEvent.update = (elem, value) => {
121121
const tagName = elem.tagName
122122
const type = elem.type

0 commit comments

Comments
 (0)