Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
martrapp authored and astrobot-houston committed Dec 19, 2023
1 parent faf6c7e commit 69e7882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/e2e/view-transitions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ test.describe('View Transitions', () => {
expect(loads.length, 'There should only be 1 page load').toEqual(1);
});

test('Clicking on a link to a page with non-recommended headers', async ({page, astro}) => {
test('Clicking on a link to a page with non-recommended headers', async ({ page, astro }) => {
const loads = [];
page.addListener('load', (p) => {
loads.push(p.title());
Expand Down

0 comments on commit 69e7882

Please sign in to comment.