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:
Matthew Phillips 2024-08-15 12:04:50 +00:00 committed by astrobot-houston
parent 35af73aace
commit 934165e21b

View file

@ -51,7 +51,10 @@ test.describe('Server islands', () => {
await expect(el).toHaveCount(2); 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/')); await page.goto(astro.resolveUrl('/base/'));
let el = page.locator('#first'); let el = page.locator('#first');
await expect(el).toHaveCount(1); await expect(el).toHaveCount(1);