Open
Description
Subject of the issue
When attempting to run ".trigger("input", { target: {} }"
, it errors out with as expected, because we cannot stub target, however the message still references the old documentation and reads:
Error: [vue-test-utils]: you cannot set the target value of an event. See the notes section of the docs for more details-https://vue-test-utils.vuejs.org/api/wrapper/trigger.html"
Expected behaviour
Should be referencing old documentation website "https://v1.test-utils.vuejs.org/api/wrapper/trigger.html"
What should happen?
Actual behaviour
References nonexistent link
Possible Solution
Update depreacted error message
Metadata
Metadata
Assignees
Labels
No labels