MCPcopy Create free account
hub / github.com/deepnote/deepnote / getOutput

Function getOutput

packages/cli/src/commands/install-skills.test.ts:9–11  ·  view source on GitHub ↗
(spy: Mock<typeof console.log>)

Source from the content-addressed store, hash-verified

7import { createInstallSkillsAction } from './install-skills'
8
9function getOutput(spy: Mock<typeof console.log>): string {
10 return spy.mock.calls.map(call => call.join(' ')).join('\n')
11}
12
13describe('install-skills command', () => {
14 let program: Command

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected