chore: Removes icon warnings from tests (#23054)

This commit is contained in:
Michael S. Molina
2023-02-13 12:31:09 -05:00
committed by GitHub
parent d3d59ee0ae
commit 49aa9b4ca8
21 changed files with 43 additions and 122 deletions

View File

@@ -42,9 +42,6 @@ jest.mock('src/components/Select/Select', () => () => (
jest.mock('src/components/Select/AsyncSelect', () => () => (
<div data-test="mock-deprecated-async-select" />
));
jest.mock('src/components/Icons/Icon', () => () => (
<div data-test="mock-icons-icon" />
));
const defaultQueryLimit = 100;