Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored and astrobot-houston committed Aug 15, 2024
1 parent 35af73a commit 934165e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/astro/e2e/server-islands.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ test.describe('Server islands', () => {
await expect(el).toHaveCount(2);
});

test('Missing server island start comment doesn\'t cause browser to lock up', async ({ page, astro }) => {
test("Missing server island start comment doesn't cause browser to lock up", async ({
page,
astro,
}) => {
await page.goto(astro.resolveUrl('/base/'));
let el = page.locator('#first');
await expect(el).toHaveCount(1);
Expand Down

0 comments on commit 934165e

Please sign in to comment.