From 63f4d2431788e20c0e3fa6c2bcbc204cdc62ac2f Mon Sep 17 00:00:00 2001 From: Guz013 <43732358+Guz013@users.noreply.github.com> Date: Mon, 3 Jul 2023 17:02:58 -0300 Subject: [PATCH] =?UTF-8?q?chore(banners):=20=F0=9F=94=A7=20remove=20unuse?= =?UTF-8?q?d=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/banners/tests/icons.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/banners/tests/icons.test.js b/packages/banners/tests/icons.test.js index 529c9fe..59fc9a1 100644 --- a/packages/banners/tests/icons.test.js +++ b/packages/banners/tests/icons.test.js @@ -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');