We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f41d54a commit 7dda360Copy full SHA for 7dda360
tests/base.ts
@@ -11,6 +11,10 @@ const IGNORED_MESSAGES = [
11
// })
12
'Failed to load resource: the server responded with a status of 404',
13
'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',
18
]
19
20
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type
0 commit comments