0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-04-07 23:41:43 -05:00

feat: unflag experimental.assets (#7921)

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
This commit is contained in:
Erika 2023-08-16 10:21:05 +02:00 committed by GitHub
parent f1c1c99ad4
commit f6e9890432

View file

@ -13,9 +13,6 @@ describe.skip('Image endpoint', () => {
root: './fixtures/image/',
output: 'server',
adapter: nodejs({ mode: 'standalone' }),
experimental: {
assets: true,
},
});
await fixture.build();
devPreview = await fixture.preview();