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:
parent
c6a458ced4
commit
64695180df
1 changed files with 3 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue