0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
Bjorn Lu 2024-06-17 06:24:05 +00:00 committed by astrobot-houston
parent e22be22e57
commit 6fcc246be4

View file

@ -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);