chore(banners): 🔧 remove unused comment

This commit is contained in:
Guz013
2023-07-03 17:02:58 -03:00
parent 65ead53191
commit 63f4d24317

View File

@@ -6,7 +6,7 @@ describe('Iconify icons', async () => {
const result = await banner({
title: 'Hello World',
subtitle: 'This is a test',
// eslint-disable-next-line spellcheck/spell-checker
icon: 'solar:test-tube-minimalistic-bold-duotone',
});
expect(result.toString()).toMatchFileSnapshot('./__snapshots__/icons-withIconifyIcon.svg');