mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
fix compile error in tests
This commit is contained in:
parent
445b31bbd7
commit
05cbd1d00c
4 changed files with 4 additions and 2 deletions
2
assets/package-lock.json
generated
2
assets/package-lock.json
generated
|
@ -53,7 +53,7 @@
|
|||
"eslint-plugin-jest-dom": "^4.0.3",
|
||||
"jest": "^29.4.3",
|
||||
"jest-fetch-mock": "^3.0.3",
|
||||
"ts-jest": "^29.0.5"
|
||||
"ts-jest": "^29.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@adobe/css-tools": {
|
||||
|
|
|
@ -56,6 +56,6 @@
|
|||
"eslint-plugin-jest-dom": "^4.0.3",
|
||||
"jest": "^29.4.3",
|
||||
"jest-fetch-mock": "^3.0.3",
|
||||
"ts-jest": "^29.0.5"
|
||||
"ts-jest": "^29.1.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -20,4 +20,5 @@ window.booru = {
|
|||
watchedTagList: [],
|
||||
hiddenFilter: blankFilter,
|
||||
spoileredFilter: blankFilter,
|
||||
tagsVersion: 5
|
||||
};
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
"esModuleInterop": true,
|
||||
"moduleResolution": "Node",
|
||||
"allowJs": true,
|
||||
"skipLibCheck": true,
|
||||
"lib": [
|
||||
"ES2018",
|
||||
"DOM"
|
||||
|
|
Loading…
Reference in a new issue