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