File tree 3 files changed +122
-89
lines changed
3 files changed +122
-89
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ module.exports = {
27
27
} ,
28
28
] ,
29
29
} ,
30
- testEnvironment : "jsdom" ,
30
+ testEnvironment : "jest-fixed- jsdom" ,
31
31
testEnvironmentOptions : {
32
32
customExportConditions : [ "" ] ,
33
33
} ,
Original file line number Diff line number Diff line change 24
24
"storybook" : " STORYBOOK=true storybook dev -p 6006" ,
25
25
"storybook:build" : " storybook build" ,
26
26
"storybook:ci" : " storybook build --test" ,
27
- "test" : " jest --selectProjects test " ,
27
+ "test" : " jest" ,
28
28
"test:ci" : " jest --selectProjects test --silent" ,
29
29
"test:coverage" : " jest --selectProjects test --collectCoverage" ,
30
30
"test:watch" : " jest --selectProjects test --watch" ,
170
170
"jest" : " 29.7.0" ,
171
171
"jest-canvas-mock" : " 2.5.2" ,
172
172
"jest-environment-jsdom" : " 29.5.0" ,
173
+ "jest-fixed-jsdom" : " 0.0.9" ,
173
174
"jest-location-mock" : " 2.0.0" ,
174
175
"jest-websocket-mock" : " 2.5.0" ,
175
176
"jest_workaround" : " 0.1.14" ,
176
- "msw" : " 2.4.3 " ,
177
+ "msw" : " 2.4.8 " ,
177
178
"postcss" : " 8.5.1" ,
178
179
"protobufjs" : " 7.4.0" ,
179
180
"rxjs" : " 7.8.1" ,
You can’t perform that action at this time.
0 commit comments