[ci] format

This commit is contained in:
Princesseuh 2023-04-27 16:18:45 +00:00 committed by fredkbot
parent ebae1eaf87
commit 737f8d855a

View file

@ -620,7 +620,12 @@ describe('astro:image', () => {
assets: true, assets: true,
}, },
image: { image: {
service: { entrypoint: fileURLToPath(new URL('./fixtures/core-image/service.mjs', import.meta.url)), config: {foo: 'bar'} } service: {
entrypoint: fileURLToPath(
new URL('./fixtures/core-image/service.mjs', import.meta.url)
),
config: { foo: 'bar' },
},
}, },
}); });
devServer = await fixture.startDevServer(); devServer = await fixture.startDevServer();