mirror of
https://github.com/apache/superset.git
synced 2026-04-16 14:45:21 +00:00
Prettify the frontend code (#8648)
* Add Prettier global configs * Format js/jsx/ts/tsx/less files
This commit is contained in:
@@ -37,14 +37,13 @@ describe('QueryAutoRefresh', () => {
|
||||
const state = {
|
||||
...initialState,
|
||||
sqlLab,
|
||||
|
||||
};
|
||||
const store = mockStore(state);
|
||||
|
||||
const getWrapper = () => (
|
||||
const getWrapper = () =>
|
||||
shallow(<QueryAutoRefresh />, {
|
||||
context: { store },
|
||||
}).dive());
|
||||
}).dive();
|
||||
|
||||
let wrapper;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user