lmiller1990 / vue-testing-handbook

A guide on testing Vue components and applications
https://lmiller1990.github.io/vue-testing-handbook/
876 stars 160 forks source link

Updates documentation for testing vuex #150

Closed everttrollip closed 4 years ago

everttrollip commented 4 years ago

After reading the documentation on testing Vuex, the last sentence seemed a bit confusing. It seems to me as if the guides first talk about testing Vuex in isolation and then components that use the Vuex store? I have changed the sentence to account for that.

lmiller1990 commented 4 years ago

great, thanks!