Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 787a34a

Browse files
authored
chore: fix broken link in comment (testing-library#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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /