mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 09:01:39 -05:00
Fix tests
This commit is contained in:
parent
afda42e7f9
commit
e5b9f4118a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue