[ci] format
This commit is contained in:
parent
8f8b9069dd
commit
0119a271ae
2 changed files with 2 additions and 2 deletions
|
@ -682,7 +682,7 @@ test.describe('View Transitions', () => {
|
|||
|
||||
test('body inline scripts do not re-execute on navigation', async ({ page, astro }) => {
|
||||
const errors = [];
|
||||
page.addListener('pageerror', err => {
|
||||
page.addListener('pageerror', (err) => {
|
||||
errors.push(err);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue