mirror of
https://github.com/apache/superset.git
synced 2026-04-12 04:37:49 +00:00
Prettify the frontend code (#8648)
* Add Prettier global configs * Format js/jsx/ts/tsx/less files
This commit is contained in:
@@ -47,7 +47,9 @@ describe('DatasourceControl', () => {
|
||||
function setup() {
|
||||
const mockStore = configureStore([]);
|
||||
const store = mockStore({});
|
||||
return shallow(<DatasourceControl {...defaultProps} />, { context: { store } });
|
||||
return shallow(<DatasourceControl {...defaultProps} />, {
|
||||
context: { store },
|
||||
});
|
||||
}
|
||||
|
||||
it('renders a Modal', () => {
|
||||
|
||||
Reference in New Issue
Block a user