File tree Expand file tree Collapse file tree 12 files changed +32
-32
lines changed
Expand file tree Collapse file tree 12 files changed +32
-32
lines changed Original file line number Diff line number Diff line change @@ -118,9 +118,9 @@ jobs:
118118 name : Running Jest
119119 command : |
120120 if [ "<< parameters.react-version >>" == "^17" ]; then
121- yarn test:ci --maxWorkers=3 --selectProjects ReactDOM --testPathPattern packages/react packages/use-enhanced-reducer packages/img
121+ yarn test:ci --maxWorkers=3 --selectProjects ReactDOM --testPathPatterns packages/react packages/use-enhanced-reducer packages/img
122122 elif [ "<< parameters.react-version >>" == "^18" ]; then
123- yarn test:ci --maxWorkers=4 --selectProjects ReactDOM --testPathPattern packages/react packages/use-enhanced-reducer packages/img
123+ yarn test:ci --maxWorkers=4 --selectProjects ReactDOM --testPathPatterns packages/react packages/use-enhanced-reducer packages/img
124124 elif [ "<< parameters.react-version >>" == "native" ]; then
125125 yarn test:ci --maxWorkers=4 --selectProjects ReactNative
126126 else
Original file line number Diff line number Diff line change 7272 "@testing-library/react" : " 16.3.0" ,
7373 "@testing-library/react-hooks" : " 8.0.1" ,
7474 "@testing-library/react-native" : " 13.2.0" ,
75- "@types/jest" : " 29.5.14 " ,
75+ "@types/jest" : " 30.0.0 " ,
7676 "@types/node" : " 22.15.31" ,
7777 "@types/react" : " 19.1.8" ,
7878 "@types/react-dom" : " 19.1.6" ,
Original file line number Diff line number Diff line change 131131 "devDependencies" : {
132132 "@anansi/browserslist-config" : " ^1.4.2" ,
133133 "@data-client/endpoint" : " workspace:*" ,
134- "@types/jest" : " ^29.5.14 " ,
134+ "@types/jest" : " 30.0.0 " ,
135135 "@types/node" : " ^22.0.0" ,
136136 "rollup-plugins" : " workspace:*"
137137 }
Original file line number Diff line number Diff line change 140140 "@data-client/core" : " workspace:*" ,
141141 "@data-client/normalizr" : " workspace:*" ,
142142 "@js-temporal/polyfill" : " ^0.5.0" ,
143- "@types/jest" : " ^29.5.14 " ,
143+ "@types/jest" : " 30.0.0 " ,
144144 "@types/node" : " ^22.0.0" ,
145145 "immutable" : " 5.1.3" ,
146146 "nock" : " 13.3.1" ,
Original file line number Diff line number Diff line change 111111 },
112112 "devDependencies" : {
113113 "@anansi/browserslist-config" : " ^1.4.2" ,
114- "@types/jest" : " ^29.5.14 " ,
114+ "@types/jest" : " 30.0.0 " ,
115115 "@types/node" : " ^22.0.0" ,
116116 "nock" : " 13.3.1" ,
117117 "rollup-plugins" : " workspace:*"
Original file line number Diff line number Diff line change 9191 "@anansi/browserslist-config" : " ^1.4.2" ,
9292 "@data-client/react" : " workspace:*" ,
9393 "@testing-library/react" : " ^16.1.0" ,
94- "@types/jest" : " ^29.5.14 " ,
94+ "@types/jest" : " 30.0.0 " ,
9595 "@types/node" : " ^22.0.0" ,
9696 "@types/react" : " 19.1.8" ,
9797 "react" : " ^19.0.0" ,
Original file line number Diff line number Diff line change 128128 "@anansi/browserslist-config" : " ^1.4.2" ,
129129 "@data-client/endpoint" : " workspace:*" ,
130130 "@js-temporal/polyfill" : " ^0.5.0" ,
131- "@types/jest" : " ^29.5.14 " ,
131+ "@types/jest" : " 30.0.0 " ,
132132 "@types/node" : " ^22.0.0" ,
133133 "immutable" : " 5.1.3" ,
134134 "rollup-plugins" : " workspace:*"
Original file line number Diff line number Diff line change 197197 "@testing-library/dom" : " ^10.4.0" ,
198198 "@testing-library/react" : " ^16.1.0" ,
199199 "@testing-library/react-native" : " ^13.0.0" ,
200- "@types/jest" : " ^29.5.14 " ,
200+ "@types/jest" : " 30.0.0 " ,
201201 "@types/node" : " ^22.0.0" ,
202202 "@types/qs" : " ^6" ,
203203 "@types/react" : " 19.1.8" ,
Original file line number Diff line number Diff line change 142142 "@anansi/browserslist-config" : " ^1.4.2" ,
143143 "@data-client/react" : " workspace:*" ,
144144 "@data-client/test" : " workspace:*" ,
145- "@types/jest" : " ^29.5.14 " ,
145+ "@types/jest" : " 30.0.0 " ,
146146 "@types/node" : " ^22.0.0" ,
147147 "nock" : " 13.3.1" ,
148148 "rollup-plugins" : " workspace:*"
Original file line number Diff line number Diff line change 157157 "devDependencies" : {
158158 "@anansi/browserslist-config" : " ^1.4.2" ,
159159 "@data-client/react" : " workspace:*" ,
160- "@types/jest" : " ^29.5 .0" ,
160+ "@types/jest" : " 30.0 .0" ,
161161 "@types/node" : " ^22.0.0" ,
162162 "@types/react" : " 19.1.8" ,
163163 "@types/react-dom" : " 19.1.6" ,
You can’t perform that action at this time.
0 commit comments