0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-31 23:31:30 -05:00

[ci] format

This commit is contained in:
Furkan Erdem 2024-02-23 13:24:45 +00:00 committed by astrobot-houston
parent 8cd38f0245
commit dddbb09fe0

View file

@ -17,7 +17,7 @@ describe('Astro preview headers', () => {
output: 'server',
adapter: nodejs({ mode: 'standalone' }),
server: {
headers
headers,
},
});
await fixture.build();