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

Function getOutput

packages/cli/src/commands/run.test.ts:182–184  ·  view source on GitHub ↗
(spy: Mock)

Source from the content-addressed store, hash-verified

180}
181
182function getOutput(spy: Mock): string {
183 return spy.mock.calls.map(call => call.join(' ')).join('\n')
184}
185
186function getLogCalls(spy: Mock): string[] {
187 return spy.mock.calls.map((call: unknown[]) => call.join(' '))

Callers 1

run.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected