0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00

[ci] format

This commit is contained in:
Alex Waldron 2023-12-28 21:24:42 +00:00 committed by astrobot-houston
parent 16e61fcacb
commit 9021c18a00

View file

@ -954,7 +954,7 @@ 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');