MCPcopy Create free account
hub / github.com/vercel/vercel / helperTestPath

Function helperTestPath

packages/cli/test/dev/utils.ts:688–695  ·  view source on GitHub ↗
(...args: any[])

Source from the content-addressed store, hash-verified

686 await readyResolver;
687
688 const helperTestPath = async (...args: any[]) => {
689 if (!skipDeploy) {
690 // @ts-ignore
691 await testPath(false, `https://${deploymentUrl}`, ...args);
692 }
693 // @ts-ignore
694 await testPath(true, `http://localhost:${port}`, ...args);
695 };
696 await fn(helperTestPath, port);
697 } finally {
698 // @ts-ignore

Callers

nothing calls this directly

Calls 1

testPathFunction · 0.85

Tested by

no test coverage detected