0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
Martin Trapp 2024-06-21 04:59:06 +00:00 committed by astrobot-houston
parent 0622567326
commit 04121f4530

View file

@ -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') {