From a02707a8b23b21dfe13d9e63367bae85d90c0cc9 Mon Sep 17 00:00:00 2001 From: matthewp Date: Tue, 12 Sep 2023 16:56:23 +0000 Subject: [PATCH] [ci] format --- packages/astro/e2e/view-transitions.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/e2e/view-transitions.test.js b/packages/astro/e2e/view-transitions.test.js index f1c1c4ef8a..868660f9fb 100644 --- a/packages/astro/e2e/view-transitions.test.js +++ b/packages/astro/e2e/view-transitions.test.js @@ -614,7 +614,7 @@ test.describe('View Transitions', () => { expect(loads.length, 'There should be 2 page loads').toEqual(2); }); - test('client:only styles are retained on transition', async ({ page, astro }) => { + test('client:only styles are retained on transition', async ({ page, astro }) => { const totalExpectedStyles = 8; // Go to page 1