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

Function fixture

packages/cli/test/dev/utils.ts:37–39  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

35const binaryPath = resolve(__dirname, `../../scripts/start.js`);
36
37export function fixture(name: string) {
38 return join('test', 'dev', 'fixtures', name);
39}
40
41const fixtureAbsolute = (name: string) => join(__dirname, 'fixtures', name);
42

Calls

no outgoing calls

Tested by

no test coverage detected