MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / claudeCodeBackend.test.ts

File claudeCodeBackend.test.ts

src/workflow/__tests__/claudeCodeBackend.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { expect, test, mock } from 'bun:test'
2
3// Note: mock specifier must resolve to the same module that impl actually imports (bun mock.module
4// matches by resolved module). impl uses '@claude-code-best/builtin-tools/...' and 'src/*' alias

Callers

nothing calls this directly

Calls 7

resolveAgentDefinitionFunction · 0.85
mapWorkflowModelFunction · 0.85
extractStructuredOutputFunction · 0.85
runMethod · 0.80
ctxFunction · 0.70
abortMethod · 0.65
pushMethod · 0.45

Tested by

no test coverage detected