Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored and astrobot-houston committed Dec 23, 2024
1 parent 70a9f0b commit 5ab724c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/e2e/server-islands.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}) => {
Expand Down

0 comments on commit 5ab724c

Please sign in to comment.