We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 535d432 commit 80cc412Copy full SHA for 80cc412
test/e2e/app-dir/app/index.test.ts
@@ -395,7 +395,7 @@ describe('app dir - basic', () => {
395
const html = await next.render('/dashboard/index')
396
expect(html).toMatch(
397
isTurbopack
398
- ? /<script src="\/_next\/static\/chunks\/\w+\.js" noModule="">/
+ ? /<script src="\/_next\/static\/chunks\/([\w-]*polyfill-nomodule|[0-9a-f]+)\.js" noModule="">/
399
: /<script src="\/_next\/static\/chunks\/polyfills(-\w+)?\.js" noModule="">/
400
)
401
})
0 commit comments