diff options
Diffstat (limited to 'test/console')
-rw-r--r-- | test/console/app/actions.test.ts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/console/app/actions.test.ts b/test/console/app/actions.test.ts index d4b4568..c903428 100644 --- a/test/console/app/actions.test.ts +++ b/test/console/app/actions.test.ts @@ -8,13 +8,7 @@ import { SHOW_INFO, } from "../../../src/console/app/actions"; -import browserFake from "webextensions-api-fake"; - describe("console actions", () => { - beforeEach(() => { - (global as any).browser = browserFake(); - }); - describe("hide", () => { it("create CONSOLE_HIDE action", () => { const action = consoleActions.hide(); |