0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00

[ci] format

This commit is contained in:
Louis Escher 2024-12-23 12:21:38 +00:00 committed by astrobot-houston
parent 70a9f0b984
commit 5ab724c633

View file

@ -44,7 +44,7 @@ test.describe('Server islands', () => {
await expect(el).toHaveText('test');
});
test("content-type header with media type still allows the island to be displayed", async ({
test('content-type header with media type still allows the island to be displayed', async ({
page,
astro,
}) => {