Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/deepnote/deepnote
/ getErrorOutput
Function
getErrorOutput
packages/cli/src/commands/cat.test.ts:22–24 ·
view source on GitHub ↗
(spy: Mock<typeof console.error>)
Source
from the content-addressed store, hash-verified
20
}
21
22
function
getErrorOutput(spy: Mock<typeof console.error>): string {
23
return
spy.mock.calls.map(call => call.join(
' '
)).join(
'\n'
)
24
}
25
26
describe(
'cat command'
, () => {
27
let
program: Command
Callers
1
cat.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected