aboutsummaryrefslogtreecommitdiff
path: root/test/console/actions
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2019-05-01 23:10:37 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2019-05-02 22:07:53 +0900
commit0452370df43cc4263f268e7064f824d7e6e489b3 (patch)
tree3fb6677236687b085fceacc6fb2b6046cf5c1869 /test/console/actions
parent8cf8a0e62549a8c56ef821e207dbf2bca6d182f0 (diff)
Types on src/console
Diffstat (limited to 'test/console/actions')
-rw-r--r--test/console/actions/console.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/console/actions/console.test.ts b/test/console/actions/console.test.ts
index 10cd9fe..e45d008 100644
--- a/test/console/actions/console.test.ts
+++ b/test/console/actions/console.test.ts
@@ -1,4 +1,4 @@
-import actions from 'console/actions';
+import * as actions from 'console/actions';
import * as consoleActions from 'console/actions/console';
describe("console actions", () => {