diff options
Diffstat (limited to 'test/content/reducers/follow-controller.test.ts')
-rw-r--r-- | test/content/reducers/follow-controller.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/content/reducers/follow-controller.test.ts b/test/content/reducers/follow-controller.test.ts index 8a4c2d4..39f326c 100644 --- a/test/content/reducers/follow-controller.test.ts +++ b/test/content/reducers/follow-controller.test.ts @@ -1,4 +1,4 @@ -import actions from 'content/actions'; +import * as actions from 'content/actions'; import followControllerReducer from 'content/reducers/follow-controller'; describe('follow-controller reducer', () => { |