mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +00:00
chore: Removes icon warnings from tests (#23054)
This commit is contained in:
committed by
GitHub
parent
d3d59ee0ae
commit
49aa9b4ca8
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user