File tree Expand file tree Collapse file tree 3 files changed +583
-501
lines changed Expand file tree Collapse file tree 3 files changed +583
-501
lines changed Original file line number Diff line number Diff line change 6161 "redux" : " ^4.0.1" ,
6262 "redux-actions" : " ^2.6.4" ,
6363 "to-style" : " ^1.3.3" ,
64- "victory-core" : " ^31.1.0 "
64+ "victory-core" : " ^33.0.6 "
6565 },
6666 "peerDependencies" : {
6767 "prop-types" : " ^15.6.2" ,
9999 "prettier" : " ^1.15.3" ,
100100 "prop-types" : " ^15.6.2" ,
101101 "raw-loader" : " ^1.0.0" ,
102- "react" : " ^16.7 .0" ,
102+ "react" : " ^16.9 .0" ,
103103 "react-dom" : " ^16.7.0" ,
104104 "react-test-renderer" : " ^16.7.0" ,
105105 "redbox-react" : " 1.6.0" ,
106- "rimraf" : " ^2.6.3 " ,
106+ "rimraf" : " ^3.0.0 " ,
107107 "style-loader" : " ^0.23.1" ,
108108 "surge" : " ^0.21.3" ,
109109 "tslint" : " ^5.12.1" ,
110110 "typescript" : " ^3.2.2" ,
111111 "url-loader" : " ^1.1.2" ,
112- "webpack" : " ^4.28.4 " ,
112+ "webpack" : " ^4.41.0 " ,
113113 "webpack-cli" : " ^3.2.1" ,
114- "webpack-dev-server" : " ^3.1.14 "
114+ "webpack-dev-server" : " ^3.8.1 "
115115 },
116116 "resolutions" : {
117117 "babel-core" : " ^7.0.0-0" ,
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ const _mockSlideReference = function() {
4040 ] ;
4141} ;
4242
43+ // @TODO update these tests to no longer check using componentWillMount
4344describe ( '<Presenter />' , ( ) => {
4445 beforeAll ( ( ) => {
4546 global . Date . now = mockDateFn ;
@@ -95,6 +96,7 @@ describe('<Presenter />', () => {
9596 /> ,
9697 { context : _mockContext ( ) }
9798 ) ;
99+
98100 wrapper . instance ( ) . componentWillMount = jest . fn ( ) ;
99101 expect ( wrapper ) . toMatchSnapshot ( ) ;
100102 } ) ;
You can’t perform that action at this time.
0 commit comments