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

export const mockStore = configureMockStore([ thunk ]);