Skip to content

Do not instantiate stores in GKE store tests

Enrique Alcántara requested to merge do-not-create-store-gke-cluster-tests into master

The create GKE cluster Vuex store tests were instantiating the entire VueX store. This is unnecessary and it makes more difficult to add Vuex modules to the store. This Merge Request addresses this problem.

Merge request reports

Loading