MCPcopy Create free account
hub / github.com/deepnote/deepnote / loadEdgeCaseFixture

Function loadEdgeCaseFixture

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

Source from the content-addressed store, hash-verified

61 * Load an edge case fixture
62 */
63export async function loadEdgeCaseFixture(filename: string): Promise<string> {
64 return loadFixture('edge-cases', filename)
65}
66
67/**
68 * Load a diff test fixture (.deepnote)

Callers

nothing calls this directly

Calls 1

loadFixtureFunction · 0.70

Tested by

no test coverage detected