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