MCPcopy
hub / github.com/prisma/prisma / fixturePath

Function fixturePath

packages/schema-files-loader/src/testUtils.ts:10–12  ·  view source on GitHub ↗
(...parts: string[])

Source from the content-addressed store, hash-verified

8}
9
10export function fixturePath(...parts: string[]) {
11 return path.join(__dirname, '__fixtures__', ...parts)
12}
13
14export function loadedFile(...parts: string[]): LoadedFile {
15 const filePath = fixturePath(...parts)

Callers 3

loadedFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…