Skip to content

Commit 2223469

Browse files
committed
Update tests with Flight implementation details
1 parent 4558b95 commit 2223469

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,8 @@ describe('app dir - css', () => {
488488
// And there is one match for the not found style
489489
if (isPPREnabledByDefault) {
490490
expect(matches).toEqual([
491-
// string split across chunks.
492-
'/_next/static/css/app/css/css-dupl"])</script><script>self.__next_f.push([1,"icate-2/layout.css',
491+
// may be split across chunks when we bump React
492+
'/_next/static/css/app/css/css-duplicate-2/layout.css',
493493
'/_next/static/css/app/css/css-duplicate-2/layout.css',
494494
'/_next/static/css/app/css/css-duplicate-2/layout.css',
495495
'/_next/static/css/app/css/layout.css',

0 commit comments

Comments
 (0)