1 2 3 4
import configureMockStore from 'redux-mock-store'; import thunk from 'redux-thunk'; export const mockStore = configureMockStore([thunk]);