The video for this lesson is currently being updated, please read the transcript instead.

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.

To view the complete lesson you'll need to login or join this course.


Click to load comments...