@@ -281,7 +281,6 @@ describe('dynamic-data with dynamic = "error"', () => {
281
281
} )
282
282
283
283
describe ( 'dynamic-data inside cache scope' , ( ) => {
284
- const isExperimentalReact = process . env . __NEXT_EXPERIMENTAL_PPR === 'true'
285
284
const { isTurbopack, next, isNextDev, isNextDeploy, skipped } = nextTestSetup (
286
285
{
287
286
files : __dirname + '/fixtures/cache-scoped' ,
@@ -316,7 +315,7 @@ describe('dynamic-data inside cache scope', () => {
316
315
| ^",
317
316
"stack": [
318
317
"${ isTurbopack ? '<anonymous>' : 'eval' } app/cookies/page.js (4:40)",
319
- "${ isTurbopack || ! isExperimentalReact ? 'async ' : '' } Page app/cookies/page.js (15:11)",
318
+ "Page app/cookies/page.js (15:11)",
320
319
],
321
320
}
322
321
` )
@@ -336,7 +335,7 @@ describe('dynamic-data inside cache scope', () => {
336
335
| ^",
337
336
"stack": [
338
337
"${ isTurbopack ? '<anonymous>' : 'eval' } app/connection/page.js (4:54)",
339
- "${ isTurbopack || ! isExperimentalReact ? 'async ' : '' } Page app/connection/page.js (7:3)",
338
+ "Page app/connection/page.js (7:3)",
340
339
],
341
340
}
342
341
` )
@@ -356,7 +355,7 @@ describe('dynamic-data inside cache scope', () => {
356
355
| ^",
357
356
"stack": [
358
357
"${ isTurbopack ? '<anonymous>' : 'eval' } app/headers/page.js (4:40)",
359
- "${ isTurbopack || ! isExperimentalReact ? 'async ' : '' } Page app/headers/page.js (15:21)",
358
+ "Page app/headers/page.js (15:21)",
360
359
],
361
360
}
362
361
` )
0 commit comments