diff options
Diffstat (limited to 'test/content/actions/mark.test.ts')
-rw-r--r-- | test/content/actions/mark.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/content/actions/mark.test.ts b/test/content/actions/mark.test.ts index adbf06b..6c6d59e 100644 --- a/test/content/actions/mark.test.ts +++ b/test/content/actions/mark.test.ts @@ -1,4 +1,4 @@ -import actions from 'content/actions'; +import * as actions from 'content/actions'; import * as markActions from 'content/actions/mark'; describe('mark actions', () => { |