Invariant Violation: Could not find "store" in either the context or props of "Connect(IndexResult)". Either wrap the root component in a , or explicitly pass "store" as a prop to "Connect(IndexResult)".
Getting this error when I try to use mount
const wrapper = mount();