Skip to content

Commit

Permalink
Adjust tests to ignore serialized RSC props
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Oct 11, 2024
1 parent b04ed62 commit 90fee8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/app-dir/rsc-basic/rsc-basic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ describe('app dir - rsc basics', () => {
const hasRCScript = /\$RC=function/.test(chunk)
if (hasRCScript) results.push('refresh-script')

const isFallbackResolved = chunk.includes('fallback')
const isFallbackResolved = chunk.includes('$test-fallback-sentinel')
if (isFallbackResolved) results.push('fallback')
})

Expand Down

0 comments on commit 90fee8d

Please sign in to comment.