Skip to content

Commit

Permalink
test: look for for "rc" instead of "beta" in react version
Browse files Browse the repository at this point in the history
  • Loading branch information
lubieowoce committed May 21, 2024
1 parent 4163dcb commit c5a6589
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 @@ -470,7 +470,7 @@ describe('app dir - rsc basics', () => {

// TODO: (PPR) remove once PPR is stable
const bundledReactVersionPattern =
process.env.__NEXT_EXPERIMENTAL_PPR === 'true' ? '-experimental-' : '-beta-'
process.env.__NEXT_EXPERIMENTAL_PPR === 'true' ? '-experimental-' : '-rc-'

// TODO: (React 19) During Beta, bundled and installed version match.
it.skip('should not use bundled react for pages with app', async () => {
Expand Down

0 comments on commit c5a6589

Please sign in to comment.