mirror of
https://github.com/apache/superset.git
synced 2026-04-22 01:24:43 +00:00
refactor: Moves the DeprecatedSelect to its own folder (#21445)
This commit is contained in:
committed by
GitHub
parent
2d16100dbc
commit
7c3fc67315
@@ -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', () => () => (
|
||||
|
||||
Reference in New Issue
Block a user