mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
[ci] format
This commit is contained in:
parent
faf6c7e110
commit
69e78822e5
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue