Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在运行 Jest 测试时,挂载组件的子组件使用 mapGetters 从存储中获取一些值,并且在尝试读取 jest-test 上的 vuex getter 时抛出错误。
即使使用:
const wrapper = mount(parentComp, { localVue, store });
子组件抛出错误。在paren,它正在运作的商店。
我应该如何将商店注入子组件