From e0c4182f14f908d13c8c814c7bc2b48a1791f881 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Sun, 19 May 2019 09:26:52 +0900 Subject: Follow as a clean architecture --- test/content/InputDriver.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/content/InputDriver.test.ts b/test/content/InputDriver.test.ts index ac5f95d..b9f2c28 100644 --- a/test/content/InputDriver.test.ts +++ b/test/content/InputDriver.test.ts @@ -1,6 +1,6 @@ import InputDriver from '../../src/content/InputDriver'; import { expect } from 'chai'; -import { Key } from '../../src/shared/utils/keys'; +import Key from '../../src/content/domains/Key'; describe('InputDriver', () => { let target: HTMLElement; -- cgit v1.2.3