Skip to content

Commit

Permalink
Update tests with Flight implementation details
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Jul 24, 2024
1 parent 4558b95 commit 2223469
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/app-dir/app-css/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -488,8 +488,8 @@ describe('app dir - css', () => {
// And there is one match for the not found style
if (isPPREnabledByDefault) {
expect(matches).toEqual([
// string split across chunks.
'/_next/static/css/app/css/css-dupl"])</script><script>self.__next_f.push([1,"icate-2/layout.css',
// may be split across chunks when we bump React
'/_next/static/css/app/css/css-duplicate-2/layout.css',
'/_next/static/css/app/css/css-duplicate-2/layout.css',
'/_next/static/css/app/css/css-duplicate-2/layout.css',
'/_next/static/css/app/css/layout.css',
Expand Down

0 comments on commit 2223469

Please sign in to comment.