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

Function runPullCommand

packages/cli/src/commands/integrations.test.ts:338–341  ·  view source on GitHub ↗
(args: string[] = [])

Source from the content-addressed store, hash-verified

336
337 // Helper to run the pull command
338 async function runPullCommand(args: string[] = []): Promise<void> {
339 const pullArgs = ['node', 'test', 'integrations', 'pull', ...args]
340 await program.parseAsync(pullArgs)
341 }
342
343 beforeEach(async () => {
344 vi.clearAllMocks()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected