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

Function parseDeepnoteFixture

packages/cli/src/commands/run.test.ts:125–127  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

123const INTEGRATIONS_FILE = join('examples', '3_integrations.deepnote')
124
125function parseDeepnoteFixture(path: string) {
126 return deserializeDeepnoteFile(fs.readFileSync(path, 'utf-8'))
127}
128
129// Test helpers
130interface ExecutionSummary {

Callers 1

run.test.tsFile · 0.85

Calls 1

deserializeDeepnoteFileFunction · 0.90

Tested by

no test coverage detected