Full code here: https://gist.github.com/js08/0ec3d70dfda76d7e9fb4
Hi,
in my case just
const myReducers = combineReducers({ user: UserReducer }); const store: any = createStore( myReducers, applyMiddleware(thunk) );
shallow(, { context: { store } });