Fix tests

This commit is contained in:
Oliver Blanthorn 2021-05-01 14:48:39 +02:00
parent afda42e7f9
commit e5b9f4118a
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -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]