MCPcopy Index your code
hub / github.com/deepnote/deepnote / getFixturePath

Function getFixturePath

test-fixtures/helpers/fixture-loader.ts:12–14  ·  view source on GitHub ↗
(category: string, filename: string)

Source from the content-addressed store, hash-verified

10 * Get the absolute path to a fixture file
11 */
12export function getFixturePath(category: string, filename: string): string {
13 return path.join(FIXTURES_ROOT, category, filename)
14}
15
16/**
17 * Load a fixture file as a string

Callers 3

loadFixtureFunction · 0.85
getDiffFixturePathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected