We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03bd491 commit e3d78fdCopy full SHA for e3d78fd
test/e2e/extend-registry.test.ts
@@ -24,7 +24,7 @@ describe('basic', () => {
24
})
25
await page.goto(url('/'))
26
await page.waitForTimeout(5000)
27
- expect(logs.filter(log => !log.location.startsWith('/_nuxt'))).toMatchInlineSnapshot(`
+ expect(logs.filter(log => !log.location.startsWith('/_nuxt') && !log.location.startsWith('/:0'))).toMatchInlineSnapshot(`
28
[
29
{
30
"location": "/myScript.js:1",
0 commit comments