mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +00:00
refactor: Moves the DeprecatedSelect to its own folder (#21445)
This commit is contained in:
committed by
GitHub
parent
2d16100dbc
commit
7c3fc67315
@@ -33,7 +33,7 @@ import QueryLimitSelect, {
|
||||
const middlewares = [thunk];
|
||||
const mockStore = configureStore(middlewares);
|
||||
|
||||
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