Skip to content

Commit 90fee8d

Browse files
committed
Adjust tests to ignore serialized RSC props
1 parent b04ed62 commit 90fee8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/app-dir/rsc-basic/rsc-basic.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ describe('app dir - rsc basics', () => {
407407
const hasRCScript = /\$RC=function/.test(chunk)
408408
if (hasRCScript) results.push('refresh-script')
409409

410-
const isFallbackResolved = chunk.includes('fallback')
410+
const isFallbackResolved = chunk.includes('$test-fallback-sentinel')
411411
if (isFallbackResolved) results.push('fallback')
412412
})
413413

0 commit comments

Comments
 (0)