On the last section, we started to test Vuex stores. More precisely we tested the “mutations” and the “getters”. Now let’s focus on the last part of the store; the “actions”. “Actions” are a bit less straightforward to test than “mutations” and “getters”. By essence, they contain more complex operations…