0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
Matthew Phillips 2023-12-28 20:08:58 +00:00 committed by astrobot-houston
parent 7f212f0831
commit 0fbe26eeb0

View file

@ -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;
});