[ci] format
This commit is contained in:
parent
ebae1eaf87
commit
737f8d855a
1 changed files with 6 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue