aboutsummaryrefslogtreecommitdiff
path: root/test/content/reducers/mark.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test/content/reducers/mark.test.ts')
-rw-r--r--test/content/reducers/mark.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/content/reducers/mark.test.ts b/test/content/reducers/mark.test.ts
index 76efbf7..1a51c3e 100644
--- a/test/content/reducers/mark.test.ts
+++ b/test/content/reducers/mark.test.ts
@@ -1,4 +1,4 @@
-import actions from 'content/actions';
+import * as actions from 'content/actions';
import reducer from 'content/reducers/mark';
describe("mark reducer", () => {