beforeEach(() => {
    store = new Vuex.Store(fakeStore)
    wrapper = shallowMount(ProductListItem, {
      localVue,
      store,