BackgroundInputComponent
This commit is contained in:
parent
825bb63476
commit
a74a8b537e
4 changed files with 60 additions and 51 deletions
|
@ -1,5 +1,5 @@
|
|||
import { expect } from "chai";
|
||||
import * as keys from '../../src/background/keys';
|
||||
import * as keys from '../../src/shared/keys';
|
||||
|
||||
describe("keys", () => {
|
||||
const KEYMAP = {
|
Reference in a new issue