Skip to content

Commit 2ff96f4

Browse files
matthewpastrobot-houston
authored andcommitted
[ci] format
1 parent 631aaed commit 2ff96f4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/astro/e2e/astro-envs.test.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ test.describe('Astro Environment BASE_URL', () => {
3434
await expect(astroBaseUrl, 'astroBaseUrl equals /blog').toHaveText('/blog');
3535

3636
const clientComponentBaseUrl = page.locator('id=client-component-base-url');
37-
await expect(clientComponentBaseUrl, 'clientComponentBaseUrl equals /blog').toHaveText(
38-
'/blog',
39-
);
37+
await expect(clientComponentBaseUrl, 'clientComponentBaseUrl equals /blog').toHaveText('/blog');
4038
});
4139
});

0 commit comments

Comments
 (0)