Skip to content

Commit e3d78fd

Browse files
committed
chore: fix test
1 parent 03bd491 commit e3d78fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/extend-registry.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ describe('basic', () => {
2424
})
2525
await page.goto(url('/'))
2626
await page.waitForTimeout(5000)
27-
expect(logs.filter(log => !log.location.startsWith('/_nuxt'))).toMatchInlineSnapshot(`
27+
expect(logs.filter(log => !log.location.startsWith('/_nuxt') && !log.location.startsWith('/:0'))).toMatchInlineSnapshot(`
2828
[
2929
{
3030
"location": "/myScript.js:1",

0 commit comments

Comments
 (0)