Skip to content

Commit 2c25630

Browse files
committed
fix: unit test failures
1 parent b6f14ac commit 2c25630

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/nextjs/test/config/testUtils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export async function materializeFinalWebpackConfig(options: {
7878
nextJsVersion: options.nextJsVersion,
7979
useRunAfterProductionCompileHook:
8080
options.useRunAfterProductionCompileHook ?? options.sentryBuildTimeOptions?.useRunAfterProductionCompileHook,
81+
vercelCronsConfigResult: { config: undefined, strategy: undefined },
8182
});
8283

8384
// call it to get concrete values for comparison

0 commit comments

Comments
 (0)