mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-07 18:42:25 +00:00
test(tooling): isolate pnpm fallback path
This commit is contained in:
@@ -196,6 +196,7 @@ src/a.ts: src/a.ts
|
||||
const calls: unknown[] = [];
|
||||
|
||||
const resultPromise = runKnipUnusedFiles({
|
||||
env: { PATH: "" },
|
||||
npmExecPath: "",
|
||||
spawnCommand(command: string, args: string[], options: unknown) {
|
||||
calls.push({ args, command, options });
|
||||
|
||||
Reference in New Issue
Block a user