Mock Vuex in Vue unit tests
Vuex is a great way to manage state in a Vue app. For any serious app, you want tests, so in this tutorial we’ll see how to mock Vuex in Vue unit tests.
Continue reading on Vue.js Feed »