mirror of
https://github.com/tridactyl/tridactyl.git
synced 2026-09-10 07:16:33 -04:00
Fix tests
This commit is contained in:
parent
afda42e7f9
commit
e5b9f4118a
|
|
@ -13,7 +13,7 @@ module.exports = {
|
||||||
"ts-jest": {
|
"ts-jest": {
|
||||||
tsConfig: {
|
tsConfig: {
|
||||||
...tsConfig.compilerOptions,
|
...tsConfig.compilerOptions,
|
||||||
types: ["jest", "node", "web-ext-types"]
|
types: ["jest", "node", "@types/firefox-webext-browser"]
|
||||||
},
|
},
|
||||||
diagnostics: {
|
diagnostics: {
|
||||||
ignoreCodes: [151001]
|
ignoreCodes: [151001]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue