File tree Expand file tree Collapse file tree 3 files changed +396
-329
lines changed
packages/react/src/hooks/__tests__/useController Expand file tree Collapse file tree 3 files changed +396
-329
lines changed Original file line number Diff line number Diff line change 53
53
"devDependencies" : {
54
54
"@anansi/babel-preset" : " 6.2.11" ,
55
55
"@anansi/browserslist-config" : " 1.7.2" ,
56
- "@anansi/eslint-plugin" : " 1.0.42 " ,
57
- "@anansi/jest-preset" : " 0.11.19 " ,
56
+ "@anansi/eslint-plugin" : " 1.0.43 " ,
57
+ "@anansi/jest-preset" : " 0.11.20 " ,
58
58
"@babel/cli" : " 7.27.2" ,
59
59
"@babel/core" : " 7.27.4" ,
60
60
"@babel/node" : " 7.27.1" ,
93
93
"mkdirp" : " ^3.0.0" ,
94
94
"nock" : " 13.3.1" ,
95
95
"npm-run-all" : " ^4.1.5" ,
96
- "prettier" : " 3.5.3 " ,
96
+ "prettier" : " 3.6.1 " ,
97
97
"react" : " 19.1.0" ,
98
98
"react-dom" : " 19.1.0" ,
99
99
"react-native" : " 0.80.0" ,
Original file line number Diff line number Diff line change @@ -250,9 +250,9 @@ describe.each([
250
250
await result . current . fetch ( endpoint , {
251
251
id : 1 ,
252
252
} ) ;
253
- } ) ,
254
- // still keeps old list
255
- expect ( result . current . articles . map ( ( { id } ) => id ) ) . toEqual ( [ 5 , 3 ] ) ;
253
+ } ) ;
254
+ // still keeps old list
255
+ expect ( result . current . articles . map ( ( { id } ) => id ) ) . toEqual ( [ 5 , 3 ] ) ;
256
256
257
257
expect ( errorspy . mock . calls [ 0 ] ) . toMatchSnapshot ( ) ;
258
258
} ) ;
You can’t perform that action at this time.
0 commit comments