aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthewp@users.noreply.github.com> 2024-08-15 12:04:50 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2024-08-15 12:04:50 +0000
commit934165e21b8b51868db70bbdbc7ffda63b77aefd (patch)
treef1e738c8dd38dfaab7e35ce2541e36b53feaaed3
parent35af73aace97a7cc898b9aa5040db8bc2ac62687 (diff)
downloadastro-934165e21b8b51868db70bbdbc7ffda63b77aefd.tar.gz
astro-934165e21b8b51868db70bbdbc7ffda63b77aefd.tar.zst
astro-934165e21b8b51868db70bbdbc7ffda63b77aefd.zip
[ci] format
-rw-r--r--packages/astro/e2e/server-islands.test.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/astro/e2e/server-islands.test.js b/packages/astro/e2e/server-islands.test.js
index 1c4e2a7e8..496cf229c 100644
--- a/packages/astro/e2e/server-islands.test.js
+++ b/packages/astro/e2e/server-islands.test.js
@@ -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);