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

Function getOutput

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

Source from the content-addressed store, hash-verified

14const DEFAULT_OPTIONS: DiffOptions = {}
15
16function getOutput(spy: Mock<typeof console.log>): string {
17 return spy.mock.calls.map(call => call.join(' ')).join('\n')
18}
19
20function getErrorOutput(spy: Mock<typeof console.error>): string {
21 return spy.mock.calls.map(call => call.join(' ')).join('\n')

Callers 1

diff.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected