diff --git a/src/components/icon/icon.test.ts b/src/components/icon/icon.test.ts index 8d485fe4e..7d6a70361 100644 --- a/src/components/icon/icon.test.ts +++ b/src/components/icon/icon.test.ts @@ -155,7 +155,7 @@ describe('', () => { }); }); - describe('svg spritesheets', () => { + describe('svg sprite sheets', () => { // For some reason ESLint wants to fail in CI here, but works locally. /* eslint-disable */ it('Should properly grab an SVG and render it from bootstrap icons', async () => { @@ -192,7 +192,7 @@ describe('', () => { spriteSheet: true }); - const el = await fixture(html``); + const el = await fixture(html``); await elementUpdated(el);