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

Function getDiffFixturePath

test-fixtures/helpers/fixture-loader.ts:77–79  ·  view source on GitHub ↗
(filename: string)

Source from the content-addressed store, hash-verified

75 * Get the absolute path to a diff test fixture
76 */
77export function getDiffFixturePath(filename: string): string {
78 return getFixturePath('diff', filename)
79}
80
81/**
82 * Load a test fixture from the root fixtures directory

Callers 1

diff.test.tsFile · 0.90

Calls 1

getFixturePathFunction · 0.85

Tested by

no test coverage detected