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

Function getErrorOutput

packages/cli/src/commands/validate.test.ts:21–23  ·  view source on GitHub ↗
(spy: Mock<typeof console.error>)

Source from the content-addressed store, hash-verified

19}
20
21function getErrorOutput(spy: Mock<typeof console.error>): string {
22 return spy.mock.calls.map(call => call.join(' ')).join('\n')
23}
24
25describe('validate command', () => {
26 let program: Command

Callers 1

validate.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected