mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
[ci] format
This commit is contained in:
parent
16e61fcacb
commit
9021c18a00
1 changed files with 2 additions and 2 deletions
|
@ -954,7 +954,7 @@ describe('astro:image', () => {
|
||||||
const regex = /^(.+?) [0-9]+[wx]$/gm;
|
const regex = /^(.+?) [0-9]+[wx]$/gm;
|
||||||
const imageSrcset = regex.exec(srcset)[1];
|
const imageSrcset = regex.exec(srcset)[1];
|
||||||
expect(imageSrcset).to.not.contain(' ');
|
expect(imageSrcset).to.not.contain(' ');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('supports images with encoded characters in url', async () => {
|
it('supports images with encoded characters in url', async () => {
|
||||||
const html = await fixture.readFile('/index.html');
|
const html = await fixture.readFile('/index.html');
|
||||||
|
|
Loading…
Add table
Reference in a new issue