
Real World Testing
Lessons
1. Getting Started
2. Setup & Testing like a User
3. Mocking Vuex Stores: Part 1
4. Mocking Vuex Stores: Part 2
5. Mocking the Network with Mock Service Worker: Part 1
6. Mocking the Network with Mock Service Worker: Part 2
Mocking Vuex Stores: Part 2
We’ll continue on testing the EventList component that depends on Vuex. This includes refactoring our Vuex stores to be testable and mocking our Vuex store’s initial state.