refactor(Icons): Add typing support and improve structure (#32880)

This commit is contained in:
Geido
2025-03-29 02:16:31 +02:00
committed by GitHub
parent ab22bb1878
commit 6e1d1ad18b
194 changed files with 273 additions and 275 deletions

View File

@@ -20,7 +20,7 @@ import { render, screen, userEvent } from 'spec/helpers/testing-library';
import FixedOrMetricControl from '.';
jest.mock(
'src/components/Icons/Icon',
'src/components/Icons/AsyncIcon',
() =>
({ fileName }: { fileName: string }) => (
<span role="img" aria-label={fileName.replace('_', '-')} />