test: Adds tests to the OptionControls component (#13729)

This commit is contained in:
Michael S. Molina
2021-03-31 22:07:22 -03:00
committed by GitHub
parent ec5d2f5f32
commit 6fd62e3f7e
12 changed files with 156 additions and 82 deletions

View File

@@ -24,7 +24,7 @@ import {
AddControlLabel,
DndLabelsContainer,
HeaderContainer,
} from 'src/explore/components/OptionControls';
} from 'src/explore/components/controls/OptionControls';
import { DatasourcePanelDndItem } from 'src/explore/components/DatasourcePanel/types';
import Icon from 'src/components/Icon';
import { DndColumnSelectProps } from './types';