We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4558b95 commit 2223469Copy full SHA for 2223469
test/e2e/app-dir/app-css/index.test.ts
@@ -488,8 +488,8 @@ describe('app dir - css', () => {
488
// And there is one match for the not found style
489
if (isPPREnabledByDefault) {
490
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',
+ // may be split across chunks when we bump React
+ '/_next/static/css/app/css/css-duplicate-2/layout.css',
493
'/_next/static/css/app/css/css-duplicate-2/layout.css',
494
495
'/_next/static/css/app/css/layout.css',
0 commit comments