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

Function getErrorOutput

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

Source from the content-addressed store, hash-verified

28}
29
30function getErrorOutput(spy: Mock<typeof console.error>): string {
31 return spy.mock.calls.map(call => call.join(' ')).join('\n')
32}
33
34/** Minimal multi-notebook fixture; no initNotebookId so every notebook counts as non-init. */
35function multiNotebookFile(names: string[]): DeepnoteFile {

Callers 1

lint.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected