diff --git a/redux-thunk/redux-thunk-tests.ts b/redux-thunk/redux-thunk-tests.ts index 56cf81f4f..3a83e8058 100644 --- a/redux-thunk/redux-thunk-tests.ts +++ b/redux-thunk/redux-thunk-tests.ts @@ -4,7 +4,7 @@ /// import { createStore, applyMiddleware, Store, Dispatch } from 'redux'; -import thunk from 'redux-thunk'; +import * as thunk from 'redux-thunk'; import { ThunkInterface } from 'redux-thunk'; import { Promise } from 'es6-promise';