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

@@ -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', () => () => (