|
|
@ -7,7 +7,7 @@ import thunk from 'redux-thunk'; |
|
|
|
const middlewares = [thunk]; |
|
|
|
const mockStore = configureMockStore(middlewares); |
|
|
|
|
|
|
|
test('starts redux store', () => { |
|
|
|
test('sends action app-init', () => { |
|
|
|
const localStore = mockStore(); |
|
|
|
return localStore.dispatch(appInit()) |
|
|
|
.then( () => { |
|
|
|