From 0fbe26eeb0d64934bd2c31833b1a69649274d4ad Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Thu, 28 Dec 2023 20:08:58 +0000 Subject: [PATCH] [ci] format --- packages/astro/test/core-image.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/test/core-image.test.js b/packages/astro/test/core-image.test.js index 9dcf0fae5666..9d9ca92b8646 100644 --- a/packages/astro/test/core-image.test.js +++ b/packages/astro/test/core-image.test.js @@ -949,7 +949,7 @@ describe('astro:image', () => { const html = await fixture.readFile('/index.html'); const $ = cheerio.load(html); const img = $('#encoded-chars img'); - const src = img.attr('src') + const src = img.attr('src'); const data = await fixture.readFile(src); expect(data).to.not.be.undefined; });