mirror of
https://github.com/apache/superset.git
synced 2026-04-17 15:15:20 +00:00
Prettify the frontend code (#8648)
* Add Prettier global configs * Format js/jsx/ts/tsx/less files
This commit is contained in:
@@ -61,7 +61,9 @@ describe('sqlLabReducer', () => {
|
||||
queryEditor: defaultQueryEditor,
|
||||
};
|
||||
newState = sqlLabReducer(newState, setActiveQueryEditorAction);
|
||||
expect(newState.tabHistory[newState.tabHistory.length - 1]).toBe(defaultQueryEditor.id);
|
||||
expect(newState.tabHistory[newState.tabHistory.length - 1]).toBe(
|
||||
defaultQueryEditor.id,
|
||||
);
|
||||
});
|
||||
it('should not fail while setting DB', () => {
|
||||
const dbId = 9;
|
||||
|
||||
Reference in New Issue
Block a user