timifasubaa commented on a change in pull request #6013: [Sqllab] Add offline
state to sqllab
URL:
https://github.com/apache/incubator-superset/pull/6013#discussion_r225619751
##########
File path: superset/assets/spec/javascripts/sqllab/SqlEditorLeftBar_spec.jsx
##########
@@ -22,6 +22,7 @@ describe('SqlEditorLeftBar', () => {
database: {},
height: 0,
};
+ const store = mockStore(initialState);
Review comment:
Since the redux store is now connected to the component, we need to add that
to the tests
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]