0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00

[ci] format

This commit is contained in:
Emanuele Stoppa 2024-06-26 14:09:28 +00:00 committed by Emanuele Stoppa
parent 8f755e2cd1
commit 96baf22ab9
2 changed files with 4 additions and 4 deletions

View file

@ -11,8 +11,8 @@ describe('Astro Actions', () => {
root: './fixtures/actions/',
adapter: testAdapter(),
experimental: {
rewriting: true
}
rewriting: true,
},
});
});

View file

@ -14,8 +14,8 @@ describe('Astro.cookies', () => {
output: 'server',
adapter: testAdapter(),
experimental: {
rewriting: true
}
rewriting: true,
},
});
});