Unit Test Vue Apps with Vue Test Utils — Vue Router and Vuex Mocks
With the Vue Test Utils library, we can write and run unit tests for Vue apps easily.
In this article, we’ll look at how to write unit tests with the Vue Test Utils library.
Mocking $route
and $router
We can mock the $route
and $router
objects to inject the Vue Router’s reactive…