Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
const
fixtureAbsolute = (name: string) => join(__dirname,
'fixtures'
, name);
42
43
let
processCounter = 0;
44
const
processList =
new
Map();
Callers
1
testFixtureStdio
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected