eddyerburgh / vue-test-utils-vuex-example

Example repository testing vuex with vue-test-utils
53 stars 21 forks source link

Add a test on App.vue #7

Open trollepierre opened 6 years ago

trollepierre commented 6 years ago

In order to see how to test parent component that are shallowed and without store... Because I didn't succeed it

eddyerburgh commented 6 years ago

Did you use the shallow method to mount App?

trollepierre commented 6 years ago

Of course, but it appears there are side effects between Vue Test Utils, Vuex... when a child component starts using the store, the parent needs to use(Vuex). when I shallow

eddyerburgh commented 6 years ago

Can you post a reproduction? This sounds like a bug we should fix