From e5b9f4118ac1f69c30de8db36c71ea5caa7fc053 Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Sat, 1 May 2021 14:48:39 +0200 Subject: [PATCH] Fix tests --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index ad6bb8c2..d967fda7 100644 --- a/jest.config.js +++ b/jest.config.js @@ -13,7 +13,7 @@ module.exports = { "ts-jest": { tsConfig: { ...tsConfig.compilerOptions, - types: ["jest", "node", "web-ext-types"] + types: ["jest", "node", "@types/firefox-webext-browser"] }, diagnostics: { ignoreCodes: [151001]