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

Function fixtureRoot

packages/python-analysis/test/package.test.ts:13–15  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

11const FIXTURES_DIR = path.join(__dirname, 'fixtures');
12
13function fixtureRoot(name: string): string {
14 return path.join(FIXTURES_DIR, name);
15}
16
17describe('discoverPythonPackage', () => {
18 describe('basic manifest discovery', () => {

Callers 1

package.test.tsFile · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected