diff --git a/packages/astro/e2e/server-islands.test.js b/packages/astro/e2e/server-islands.test.js index a877212bc0..dd764eb84d 100644 --- a/packages/astro/e2e/server-islands.test.js +++ b/packages/astro/e2e/server-islands.test.js @@ -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, }) => {