beforeEach(() => {
    store = new Vuex.Store(fakeStore)
    wrapper = shallowMount(Switch, { localVue, store })
    expect.extend(matchers(wrapper))
  })