diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-08-11 21:07:59 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-08-11 21:07:59 +0900 |
commit | a598b3a0e0a3b9b749d20e2b670caad15e4351cf (patch) | |
tree | 87d4cd0360d1aa5677bce869922d5ed2246fbf29 /test/console/actions/console.test.ts | |
parent | 530a3314eaedf89cf06130cc37df963afd09f1bc (diff) |
Update eslint ant plugins
Diffstat (limited to 'test/console/actions/console.test.ts')
-rw-r--r-- | test/console/actions/console.test.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/console/actions/console.test.ts b/test/console/actions/console.test.ts index 3169c4b..a03117a 100644 --- a/test/console/actions/console.test.ts +++ b/test/console/actions/console.test.ts @@ -2,8 +2,6 @@ import * as actions from "../../../src/console/actions"; import * as consoleActions from "../../../src/console/actions/console"; import { expect } from "chai"; -// eslint-disable-next-line @typescript-eslint/ban-ts-ignore -// @ts-ignore import browserFake from "webextensions-api-fake"; describe("console actions", () => { |