Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored and astrobot-houston committed Jun 17, 2024
1 parent e22be22 commit 6fcc246
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 @@ -1142,7 +1142,7 @@ describe('astro:image', () => {
const app = await fixture.loadTestAdapterApp();
let request = new Request('http://example.com/');
let response = await app.render(request);
console.log
console.log;
assert.equal(response.status, 200);
const html = await response.text();
const $ = cheerio.load(html);
Expand Down

0 comments on commit 6fcc246

Please sign in to comment.