Skip to content

Commit

Permalink
Update packages/next-on-pages/tests/_helpers/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
james-elicx authored Sep 19, 2023
1 parent c29b37b commit 94e37e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/next-on-pages/tests/_helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,9 @@ export async function collectFunctionsFrom(
});

await processOutputDir(outputDir, await getVercelStaticAssets());
const collectedFunctions =
await collectFunctionConfigsRecursively(functionsDir);
const collectedFunctions = await collectFunctionConfigsRecursively(
functionsDir,
);

return { collectedFunctions, restoreFsMock: () => mockFs.restore() };
}
Expand Down

0 comments on commit 94e37e7

Please sign in to comment.