Testing Vuex store
We've now completed the tests for several of our views. Before we move on to testing our other components, we're going write some tests now for our Vuex store.
If this were a normal Vue project and we used pure Vuex, we'd need to test all the mutations, getters, and actions.
Click to load comments...