Move Key to settings
This commit is contained in:
parent
8428671a0a
commit
da3ce77aa0
14 changed files with 105 additions and 106 deletions
test/content/repositories
|
@ -1,7 +1,7 @@
|
|||
import KeymapRepository, { KeymapRepositoryImpl }
|
||||
from '../../../src/content/repositories/KeymapRepository';
|
||||
import Key from '../../../src/content/domains/Key'
|
||||
import { expect } from 'chai';
|
||||
import Key from "../../../src/shared/settings/Key";
|
||||
|
||||
describe('KeymapRepositoryImpl', () => {
|
||||
let sut: KeymapRepository;
|
||||
|
|
Reference in a new issue