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

Function loadPercentFixture

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

Source from the content-addressed store, hash-verified

32 * Load a percent format fixture (.percent.py)
33 */
34export async function loadPercentFixture(filename: string): Promise<string> {
35 return loadFixture('formats/percent', filename)
36}
37
38/**
39 * Load a Quarto format fixture (.qmd)

Callers 1

Calls 1

loadFixtureFunction · 0.70

Tested by

no test coverage detected