Skip to content

Commit fcde9b6

Browse files
committed
Update tests due to link and img preload
1 parent f730219 commit fcde9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ describe('app dir - css', () => {
483483
if (process.env.IS_TURBOPACK_TEST) {
484484
expect(
485485
initialHtml.match(/app_css_css-duplicate-2_[\w]+\.css/g).length
486-
).toBe(5)
486+
).toBe(7)
487487
} else {
488488
// Even if it's deduped by Float, it should still only be included once in the payload.
489489

0 commit comments

Comments
 (0)