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

Function fixtureAbsolute

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

Source from the content-addressed store, hash-verified

39}
40
41const fixtureAbsolute = (name: string) => join(__dirname, 'fixtures', name);
42
43let processCounter = 0;
44const processList = new Map();

Callers 1

testFixtureStdioFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected