File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ jest.setTimeout(30000);
4
4
HTMLAnchorElement . prototype . click = jest . fn ( ) ;
5
5
global . window . URL . createObjectURL = jest . fn ( ) ;
6
6
// Polyfill "window.fetch" used in the React component.
7
+ global . ResizeObserver = require ( 'resize-observer-polyfill' )
7
8
import 'whatwg-fetch'
8
9
import '@testing-library/jest-dom'
9
10
Original file line number Diff line number Diff line change 87
87
"purgecss-webpack-plugin" : " ^5.0.0" ,
88
88
"raw-loader" : " ^4.0.2" ,
89
89
"redux-saga-test-plan" : " ^4.0.6" ,
90
+ "resize-observer-polyfill" : " ^1.5.1" ,
90
91
"rimraf" : " ^4.4.1" ,
91
92
"sass-loader" : " ^13.2.2" ,
92
93
"style-loader" : " ^3.3.2" ,
153
154
"react-text-mask" : " ^5.5.0" ,
154
155
"react-toastify" : " ^9.1.2" ,
155
156
"react-toggle" : " ^4.1.3" ,
156
- "react-tooltip" : " ^5.10.5 " ,
157
+ "react-tooltip" : " ^5.20.0 " ,
157
158
"reactstrap" : " ^9.1.8" ,
158
159
"recharts" : " ^2.5.0" ,
159
160
"redux-persist" : " ^6.0.0" ,
You can’t perform that action at this time.
0 commit comments