mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
Prettify the frontend code (#8648)
* Add Prettier global configs * Format js/jsx/ts/tsx/less files
This commit is contained in:
@@ -20,16 +20,13 @@
|
||||
import React from 'react';
|
||||
import { shallow } from 'enzyme';
|
||||
|
||||
import FixedOrMetricControl from
|
||||
'../../../../src/explore/components/controls/FixedOrMetricControl';
|
||||
import TextControl from
|
||||
'../../../../src/explore/components/controls/TextControl';
|
||||
import MetricsControl from
|
||||
'../../../../src/explore/components/controls/MetricsControl';
|
||||
import FixedOrMetricControl from '../../../../src/explore/components/controls/FixedOrMetricControl';
|
||||
import TextControl from '../../../../src/explore/components/controls/TextControl';
|
||||
import MetricsControl from '../../../../src/explore/components/controls/MetricsControl';
|
||||
|
||||
const defaultProps = {
|
||||
value: { },
|
||||
datasource: { },
|
||||
value: {},
|
||||
datasource: {},
|
||||
};
|
||||
|
||||
describe('FixedOrMetricControl', () => {
|
||||
|
||||
Reference in New Issue
Block a user