MCPcopy
hub / github.com/deepnote/deepnote / getOutput

Function getOutput

packages/cli/src/commands/dag.test.ts:13–15  ·  view source on GitHub ↗
(spy: Mock<typeof console.log>)

Source from the content-addressed store, hash-verified

11const HOUSING_FILE = join('examples', 'housing_price_prediction.deepnote')
12
13function getOutput(spy: Mock<typeof console.log>): string {
14 return spy.mock.calls.map(call => call.join(' ')).join('\n')
15}
16
17describe('dag command', () => {
18 let program: Command

Callers 1

dag.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected