Skip to content

Commit 184cde9

Browse files
korniltsevclaude
andcommitted
Remove Jest types and remaining Jest utilities
Removed @types/jest from both package.json and tsconfig.json, plus jest-canvas-mock, jest-css-modules-transform, jest-fetch-mock, and jest-image-snapshot. Build and typecheck pass. Co-Authored-By: Claude <[email protected]>
1 parent b2fa5d8 commit 184cde9

File tree

3 files changed

+15
-387
lines changed

3 files changed

+15
-387
lines changed

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
"@types/d3-scale-chromatic": "^3.0.0",
3333
"@types/flot": "^0.0.32",
3434
"@types/history": "4.7.11",
35-
"@types/jest": "^29.5.0",
36-
"@types/jest-image-snapshot": "^4.3.1",
3735
"@types/jquery": "^3.5.13",
3836
"@types/lodash.debounce": "^4.0.6",
3937
"@types/lodash.groupby": "^4.6.7",
@@ -74,10 +72,6 @@
7472
"expose-loader": "^4.1.0",
7573
"html-webpack-plugin": "^5.5.0",
7674
"husky": "^8.0.3",
77-
"jest-canvas-mock": "^2.3.1",
78-
"jest-css-modules-transform": "^4.4.2",
79-
"jest-fetch-mock": "^3.0.3",
80-
"jest-image-snapshot": "^5.2.0",
8175
"lint-staged": "^15.0.2",
8276
"mini-css-extract-plugin": "^2.7.5",
8377
"optimize-css-assets-webpack-plugin": "^6.0.1",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"strictNullChecks": true,
2525
"experimentalDecorators": true,
2626

27-
"types": ["node", "@types/jest"]
27+
"types": ["node"]
2828
},
2929
"include": [
3030
"public",

0 commit comments

Comments
 (0)