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 Jun 21, 2024
1 parent 0622567 commit 04121f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/astro/e2e/view-transitions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit 04121f4

Please sign in to comment.