Follow as a clean architecture

This commit is contained in:
Shin'ya Ueoka 2019-05-19 09:26:52 +09:00
parent 5b7f7f5dbd
commit e0c4182f14
11 changed files with 493 additions and 10 deletions

View file

@ -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;