Skip to content

Commit b1bf5e7

Browse files
committed
fix test
1 parent 233e9d7 commit b1bf5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/app-dir/app/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ createNextDescribe(
1414
: undefined,
1515
},
1616
({ next, isNextDev: isDev, isNextStart, isNextDeploy }) => {
17-
if (isNextStart) {
17+
if (isNextStart && !process.env.NEXT_EXPERIMENTAL_COMPILE) {
1818
it('should use RSC prefetch data from build', async () => {
1919
expect(
2020
await next.readFile('.next/server/app/linking.prefetch.rsc')

0 commit comments

Comments
 (0)