Skip to content

Commit 7dda360

Browse files
committed
ignore more errors
1 parent f41d54a commit 7dda360

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/base.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ const IGNORED_MESSAGES = [
1111
// })
1212
'Failed to load resource: the server responded with a status of 404',
1313
'Page not found:',
14+
// Fixtures have broken image URLs (dev.local prefix baked in), see udata-fixtures v7.0.0
15+
'OpaqueResponseBlocking',
16+
// Firefox warning about scroll-linked positioning, not actionable
17+
'scroll-linked positioning effect',
1418
]
1519

1620
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type

0 commit comments

Comments
 (0)