summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alex Waldron <Princesseuh@users.noreply.github.com> 2023-12-28 21:24:42 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2023-12-28 21:24:42 +0000
commit9021c18a00a2f8ea92fdaf2324b9e6d93e2e4058 (patch)
tree7008ed9a2558a77ab1dbf001b00e3818ccce773a
parent16e61fcacb98e6bd948ac240bc082659d70193a4 (diff)
downloadastro-9021c18a00a2f8ea92fdaf2324b9e6d93e2e4058.tar.gz
astro-9021c18a00a2f8ea92fdaf2324b9e6d93e2e4058.tar.zst
astro-9021c18a00a2f8ea92fdaf2324b9e6d93e2e4058.zip
[ci] format
-rw-r--r--packages/astro/test/core-image.test.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/astro/test/core-image.test.js b/packages/astro/test/core-image.test.js
index 3c2ff8899..67a76ba88 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);