mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-13 18:21:27 +00:00
test: remove unused claude cli runner helper
This commit is contained in:
@@ -370,15 +370,6 @@ export function setupCliRunnerTestRegistry() {
|
||||
});
|
||||
}
|
||||
|
||||
export async function setupClaudeCliRunnerTestModule() {
|
||||
const runCliAgent = await setupCliRunnerTestModule();
|
||||
return (params: Parameters<typeof import("./claude-cli-runner.js").runClaudeCliAgent>[0]) =>
|
||||
runCliAgent({
|
||||
...params,
|
||||
provider: params.provider ?? "claude-cli",
|
||||
});
|
||||
}
|
||||
|
||||
export function stubBootstrapContext(params: {
|
||||
bootstrapFiles: WorkspaceBootstrapFile[];
|
||||
contextFiles: EmbeddedContextFile[];
|
||||
|
||||
Reference in New Issue
Block a user