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

chore: fix test setup

This commit is contained in:
Matt Kane 2024-10-22 14:15:06 +01:00
parent c6a458ced4
commit 64695180df

View file

@ -816,7 +816,9 @@ describe('astro:image', () => {
outDir: './dist/server-base-path',
adapter: testAdapter(),
image: {
endpoint: 'astro/assets/endpoint/node',
endpoint: {
entrypoint: 'astro/assets/endpoint/node',
},
service: testImageService(),
},
base: '/blog',