vue-test-utils-vuex-example
vue-test-utils-vuex-example copied to clipboard
Example repository testing vuex with vue-test-utils
Components using namespaced modules need: -to specify the namespace inside the component -testing: provide the whole store namespaced on new Vuex.Store This makes the component to be coupled with the...
In order to see how to test parent component that are shallowed and without store... Because I didn't succeed it
Could you add an example which is testing the return of an Async Action?