mockReturnValue ('margherita'); const store = new Vuex.Store({ getters: { recipe: recipeMock, }, }); const wrapper = shallowMount(Pizza, { localVue, store, }); ...
確定! 回上一頁