[ci] format
This commit is contained in:
parent
4b82e55cf1
commit
c90de81373
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ describe('astro:image', () => {
|
||||||
let src = $img.attr('src');
|
let src = $img.attr('src');
|
||||||
res = await fixture.fetch(src);
|
res = await fixture.fetch(src);
|
||||||
expect(res.status).to.equal(200);
|
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 () => {
|
it("errors when an ESM imported image's src is passed to Image/getImage instead of the full import", async () => {
|
||||||
logs.length = 0;
|
logs.length = 0;
|
||||||
|
|
Loading…
Reference in a new issue