mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
7f212f0831
commit
0fbe26eeb0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue