aboutsummaryrefslogtreecommitdiff
path: root/test/main.ts
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2020-04-15 19:35:15 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2020-05-02 12:55:42 +0900
commitb0fe06bc2e739cc252a559f666da65b27769959d (patch)
tree4fe9d1c6378b87082b14ca6d1b7ca2737df94aac /test/main.ts
parent20d40d8017284f80876bde8e28cbde47c3651886 (diff)
Fix types in tests
Diffstat (limited to 'test/main.ts')
-rw-r--r--test/main.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/main.ts b/test/main.ts
index 8097975..fded23a 100644
--- a/test/main.ts
+++ b/test/main.ts
@@ -1,6 +1 @@
import "reflect-metadata";
-import { expect } from "chai";
-import browserFake from "webextensions-api-fake";
-
-global.expect = expect;
-global.browser = browserFake();