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