Skip to content

Commit b23194e

Browse files
committed
update test snapshots
1 parent 5c67715 commit b23194e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-]*polyfill-nomodule\.js" noModule="">/
398+
? /<script src="\/_next\/static\/chunks\/\w+\.js" noModule="">/
399399
: /<script src="\/_next\/static\/chunks\/polyfills(-\w+)?\.js" noModule="">/
400400
)
401401
})

test/integration/css-minify/test/index.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function runTests() {
2525
"/* [project]/test/integration/css-minify/styles/global.css [client] (css) */
2626
.a{--var-1:-50%;--var-2:-50%}.b{--var-1:0;--var-2:-50%}
2727
28-
/*# sourceMappingURL=test_integration_css-minify_styles_global_411632c3.css.map*/"
28+
/*# sourceMappingURL=5c046e82fcc94f24.css.map*/"
2929
`)
3030
} else {
3131
expect(css).toMatchInlineSnapshot(

0 commit comments

Comments
 (0)