aboutsummaryrefslogtreecommitdiff
path: root/test/content/actions/mark.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test/content/actions/mark.test.ts')
-rw-r--r--test/content/actions/mark.test.ts2
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', () => {