Skip to content

Commit c5a6589

Browse files
committed
test: look for for "rc" instead of "beta" in react version
1 parent 4163dcb commit c5a6589

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
@@ -470,7 +470,7 @@ describe('app dir - rsc basics', () => {
470470

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

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

0 commit comments

Comments
 (0)