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]