diff options
author | 2023-09-12 16:56:23 +0000 | |
---|---|---|
committer | 2023-09-12 16:56:23 +0000 | |
commit | a02707a8b23b21dfe13d9e63367bae85d90c0cc9 (patch) | |
tree | 214d9091196f55aa1759d54a6b6c82ec7c0ce7f3 | |
parent | 43bc5f2a55173218bcfeec50242b72ae999930e2 (diff) | |
download | astro-a02707a8b23b21dfe13d9e63367bae85d90c0cc9.tar.gz astro-a02707a8b23b21dfe13d9e63367bae85d90c0cc9.tar.zst astro-a02707a8b23b21dfe13d9e63367bae85d90c0cc9.zip |
[ci] format
-rw-r--r-- | packages/astro/e2e/view-transitions.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/e2e/view-transitions.test.js b/packages/astro/e2e/view-transitions.test.js index f1c1c4ef8..868660f9f 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 |