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
and I would like to test the router-link. As your doesnt mention on how to test specific router at a time. Please could you advise on how to do this.I am using vue-test-utils. I am very new to Jasmine and Karma.Please help.
This seems like a good feature, consider vue has an official router + flux store, the utils should reflect that.
Maybe we can also do something for vuex? I find myself writing a ton of boilerplate for components using a vuex store, might be something we could consider including.
Should we include router-view and router-link stub components?
Currently I have to do something like this to test the text rendered in a router-link:
We could extract that logic into a component exported by vue-test-utils:
The text was updated successfully, but these errors were encountered: