Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Sep 4, 2024
1 parent 03bd491 commit e3d78fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/extend-registry.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('basic', () => {
})
await page.goto(url('/'))
await page.waitForTimeout(5000)
expect(logs.filter(log => !log.location.startsWith('/_nuxt'))).toMatchInlineSnapshot(`
expect(logs.filter(log => !log.location.startsWith('/_nuxt') && !log.location.startsWith('/:0'))).toMatchInlineSnapshot(`
[
{
"location": "/myScript.js:1",
Expand Down

0 comments on commit e3d78fd

Please sign in to comment.