Skip to content

Commit 80cc412

Browse files
committed
update test snapshot
1 parent 535d432 commit 80cc412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/app-dir/app/index.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ describe('app dir - basic', () => {
395395
const html = await next.render('/dashboard/index')
396396
expect(html).toMatch(
397397
isTurbopack
398-
? /<script src="\/_next\/static\/chunks\/\w+\.js" noModule="">/
398+
? /<script src="\/_next\/static\/chunks\/([\w-]*polyfill-nomodule|[0-9a-f]+)\.js" noModule="">/
399399
: /<script src="\/_next\/static\/chunks\/polyfills(-\w+)?\.js" noModule="">/
400400
)
401401
})

0 commit comments

Comments
 (0)