From 9021c18a00a2f8ea92fdaf2324b9e6d93e2e4058 Mon Sep 17 00:00:00 2001 From: Alex Waldron Date: Thu, 28 Dec 2023 21:24:42 +0000 Subject: [PATCH] [ci] format --- packages/astro/test/core-image.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/astro/test/core-image.test.js b/packages/astro/test/core-image.test.js index 3c2ff8899d..67a76ba880 100644 --- a/packages/astro/test/core-image.test.js +++ b/packages/astro/test/core-image.test.js @@ -954,8 +954,8 @@ describe('astro:image', () => { const regex = /^(.+?) [0-9]+[wx]$/gm; const imageSrcset = regex.exec(srcset)[1]; expect(imageSrcset).to.not.contain(' '); - }); - + }); + it('supports images with encoded characters in url', async () => { const html = await fixture.readFile('/index.html'); const $ = cheerio.load(html);