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

Function loadDeepnoteFixture

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

Source from the content-addressed store, hash-verified

54 * Load a Deepnote fixture (.deepnote)
55 */
56export async function loadDeepnoteFixture(filename: string): Promise<string> {
57 return loadFixture('formats/deepnote', filename)
58}
59
60/**
61 * Load an edge case fixture

Callers 1

Calls 1

loadFixtureFunction · 0.70

Tested by

no test coverage detected