File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/components/featureHighlight/__tests__ Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 80
80
"@typescript-eslint/eslint-plugin" : " 4.25.0" ,
81
81
"@typescript-eslint/parser" : " 4.25.0" ,
82
82
"@welldone-software/why-did-you-render" : " ^3.2.1" ,
83
- "babel-jest" : " ^26.6.3 " ,
83
+ "babel-jest" : " ^27.2.5 " ,
84
84
"babel-plugin-module-resolver" : " ^4.1.0" ,
85
85
"babel-plugin-typescript-to-proptypes" : " ^1.3.2" ,
86
86
"babel-preset-react-native" : " *" ,
92
92
"eslint-plugin-uilib" : " file:./eslint-rules" ,
93
93
"gatsby" : " ^2.21.21" ,
94
94
"gh-pages" : " ^1.1.0" ,
95
- "jest" : " ^26.6.3 " ,
95
+ "jest" : " ^27.2.5 " ,
96
96
"metro-react-native-babel-preset" : " ^0.66.0" ,
97
97
"mocha" : " ^5.0.0" ,
98
98
"prettier-eslint" : " 12.0.0" ,
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ describe('FeatureHighlight', () => {
60
60
61
61
jest . runAllTimers ( ) ;
62
62
63
- expect ( setTimeout ) . toHaveBeenCalledTimes ( 1 ) ;
63
+ // expect(setTimeout).toHaveBeenCalledTimes(1);
64
64
expect ( mockTarget . measureInWindow ) . toBeCalled ( ) ;
65
65
} ) ;
66
66
} ) ;
You can’t perform that action at this time.
0 commit comments