Update packages/core-compat-api/src/components/SystemIcon.test.tsx
Co-authored-by: Aramis Sennyey <159921952+aramissennyeydd@users.noreply.github.com> Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
@@ -25,7 +25,7 @@ describe('SystemIcon', () => {
|
||||
expect(container.querySelector('svg')).toBeDefined();
|
||||
});
|
||||
|
||||
it('should render the first found ico when multiple keys are provided', async () => {
|
||||
it('should render the first found icon when multiple keys are provided', async () => {
|
||||
const { container } = await renderInTestApp(
|
||||
<SystemIcon keys={['unknown', 'kind:api']} />,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user