fix compile error in tests

This commit is contained in:
SeinopSys 2022-04-03 01:15:34 +02:00 committed by Luna D
parent 445b31bbd7
commit 05cbd1d00c
No known key found for this signature in database
GPG key ID: 4B1C63448394F688
4 changed files with 4 additions and 2 deletions

View file

@ -53,7 +53,7 @@
"eslint-plugin-jest-dom": "^4.0.3", "eslint-plugin-jest-dom": "^4.0.3",
"jest": "^29.4.3", "jest": "^29.4.3",
"jest-fetch-mock": "^3.0.3", "jest-fetch-mock": "^3.0.3",
"ts-jest": "^29.0.5" "ts-jest": "^29.1.0"
} }
}, },
"node_modules/@adobe/css-tools": { "node_modules/@adobe/css-tools": {

View file

@ -56,6 +56,6 @@
"eslint-plugin-jest-dom": "^4.0.3", "eslint-plugin-jest-dom": "^4.0.3",
"jest": "^29.4.3", "jest": "^29.4.3",
"jest-fetch-mock": "^3.0.3", "jest-fetch-mock": "^3.0.3",
"ts-jest": "^29.0.5" "ts-jest": "^29.1.0"
} }
} }

View file

@ -20,4 +20,5 @@ window.booru = {
watchedTagList: [], watchedTagList: [],
hiddenFilter: blankFilter, hiddenFilter: blankFilter,
spoileredFilter: blankFilter, spoileredFilter: blankFilter,
tagsVersion: 5
}; };

View file

@ -6,6 +6,7 @@
"esModuleInterop": true, "esModuleInterop": true,
"moduleResolution": "Node", "moduleResolution": "Node",
"allowJs": true, "allowJs": true,
"skipLibCheck": true,
"lib": [ "lib": [
"ES2018", "ES2018",
"DOM" "DOM"