mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
0622567326
commit
04121f4530
1 changed files with 0 additions and 1 deletions
|
@ -789,7 +789,6 @@ test.describe('View Transitions', () => {
|
|||
});
|
||||
|
||||
test('Cross origin redirects do not raise errors', async ({ page, astro }) => {
|
||||
|
||||
let consoleErrors = [];
|
||||
page.on('console', (msg) => {
|
||||
if (msg.type() === 'error') {
|
||||
|
|
Loading…
Reference in a new issue