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