Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored and astrobot-houston committed Dec 28, 2023
1 parent 7f212f0 commit 0fbe26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/test/core-image.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
});
Expand Down

0 comments on commit 0fbe26e

Please sign in to comment.