summaryrefslogtreecommitdiffhomepage
path: root/test/mocks/redux.js
blob: bbab7b17f40c303be2da1e6883ee0d1c888c66ae (plain)
1
2
3
4
import configureMockStore from 'redux-mock-store';
import thunk from 'redux-thunk';

export const mockStore = configureMockStore([thunk]);