aboutsummaryrefslogtreecommitdiff
path: root/test/console/app/actions.test.ts
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2021-09-30 00:24:46 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2021-09-30 00:24:46 +0900
commit3134439dbb54ec226b49b1cbbde1bebc54f92d0a (patch)
tree6ec3516b37dac974ef8d46cf479ac27079cea91c /test/console/app/actions.test.ts
parentacfe1b78009b0c3183cd69eebdabb458e2079b73 (diff)
Do not use webextensions-api-fake
Diffstat (limited to 'test/console/app/actions.test.ts')
-rw-r--r--test/console/app/actions.test.ts6
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();