refactor: Moves the DeprecatedSelect to its own folder (#21445)

This commit is contained in:
Michael S. Molina
2022-09-16 08:23:28 -03:00
committed by GitHub
parent 2d16100dbc
commit 7c3fc67315
23 changed files with 84 additions and 18 deletions

View File

@@ -42,7 +42,7 @@ import {
} from 'src/SqlLab/actions/sqlLab';
import SqlEditorTabHeader from 'src/SqlLab/components/SqlEditorTabHeader';
jest.mock('src/components/Select', () => () => (
jest.mock('src/components/DeprecatedSelect', () => () => (
<div data-test="mock-deprecated-select" />
));
jest.mock('src/components/Select/Select', () => () => (