mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
Prettify the frontend code (#8648)
* Add Prettier global configs * Format js/jsx/ts/tsx/less files
This commit is contained in:
@@ -37,7 +37,6 @@ describe('store', () => {
|
||||
});
|
||||
|
||||
describe('applyDefaultFormData', () => {
|
||||
|
||||
window.featureFlags = {
|
||||
SCOPED_FILTER: false,
|
||||
};
|
||||
@@ -77,6 +76,5 @@ describe('store', () => {
|
||||
const outputFormData = applyDefaultFormData(inputFormData);
|
||||
expect(outputFormData.this_should_no_be_here).toBe(undefined);
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user