mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
[ci] format
This commit is contained in:
parent
35af73aace
commit
934165e21b
1 changed files with 4 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue