[ci] format

This commit is contained in:
Princesseuh 2023-07-13 19:25:34 +00:00 committed by astrobot-houston
parent 4b82e55cf1
commit c90de81373

View file

@ -120,7 +120,7 @@ describe('astro:image', () => {
let src = $img.attr('src');
res = await fixture.fetch(src);
expect(res.status).to.equal(200);
})
});
it("errors when an ESM imported image's src is passed to Image/getImage instead of the full import", async () => {
logs.length = 0;