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

Function setupStartFailure

packages/cli/src/commands/run.test.ts:170–173  ·  view source on GitHub ↗
(errorMessage: string)

Source from the content-addressed store, hash-verified

168}
169
170function setupStartFailure(errorMessage: string) {
171 mockStart.mockRejectedValue(new Error(errorMessage))
172 mockStop.mockResolvedValue(undefined)
173}
174
175function setupRunFileFailure(errorMessage: string) {
176 mockStart.mockResolvedValue(undefined)

Callers 1

run.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected