File tree Expand file tree Collapse file tree 3 files changed +7
-22
lines changed Expand file tree Collapse file tree 3 files changed +7
-22
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
export default {
2
- testEnvironment : "jsdom"
3
- }
2
+ preset : 'ts-jest' ,
3
+ testEnvironment : 'jsdom'
4
+ // transform: {
5
+ // '^.+.tsx?$': ['ts-jest', {}]
6
+ // }
7
+ } ;
Original file line number Diff line number Diff line change 58
58
"util-helpers" : " ^5.3.1"
59
59
},
60
60
"devDependencies" : {
61
- "@babel/core" : " ^7.26.0" ,
62
- "@babel/preset-env" : " ^7.26.0" ,
63
- "@babel/preset-react" : " ^7.25.9" ,
64
- "@babel/preset-typescript" : " ^7.26.0" ,
65
61
"@commitlint/cli" : " ^19.6.0" ,
66
62
"@commitlint/config-conventional" : " ^19.6.0" ,
67
63
"@commitlint/cz-commitlint" : " ^19.5.0" ,
77
73
"@typescript-eslint/eslint-plugin" : " ^7.18.0" ,
78
74
"@typescript-eslint/parser" : " ^7.18.0" ,
79
75
"antd" : " ^5.22.2" ,
80
- "babel-jest" : " ^29.7.0" ,
81
76
"commitizen" : " ^4.3.1" ,
82
77
"cross-env" : " ^7.0.3" ,
83
78
"dayjs" : " ^1.11.13" ,
95
90
"react" : " ^18.3.1" ,
96
91
"react-dom" : " ^18.3.1" ,
97
92
"rollup" : " ^4.27.4" ,
93
+ "ts-jest" : " ^29.2.5" ,
98
94
"ts-node" : " ^10.9.2" ,
99
95
"typescript" : " ^5.7.2"
100
96
},
You can’t perform that action at this time.
0 commit comments