Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ztanner committed Sep 30, 2023
1 parent 233e9d7 commit 4f23a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/app-dir/app/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ createNextDescribe(
: undefined,
},
({ next, isNextDev: isDev, isNextStart, isNextDeploy }) => {
if (isNextStart) {
if (isNextStart && process.env.NEXT_EXPERIMENTAL_COMPILE) {
it('should use RSC prefetch data from build', async () => {
expect(
await next.readFile('.next/server/app/linking.prefetch.rsc')
Expand Down

0 comments on commit 4f23a5e

Please sign in to comment.