mirror of
https://github.com/apache/superset.git
synced 2026-04-17 15:15:20 +00:00
test: Adds tests to the OptionControls component (#13729)
This commit is contained in:
committed by
GitHub
parent
ec5d2f5f32
commit
6fd62e3f7e
@@ -22,7 +22,7 @@ import sinon from 'sinon';
|
||||
import { shallow } from 'enzyme';
|
||||
|
||||
import { AGGREGATES } from 'src/explore/constants';
|
||||
import { LabelsContainer } from 'src/explore/components/OptionControls';
|
||||
import { LabelsContainer } from 'src/explore/components/controls/OptionControls';
|
||||
import { supersetTheme } from '@superset-ui/core';
|
||||
import MetricsControl from 'src/explore/components/controls/MetricControl/MetricsControl';
|
||||
import AdhocMetric, {
|
||||
|
||||
Reference in New Issue
Block a user