You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: