mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-28 01:21:36 +00:00
fix: keep bundled dir test argv mutable
This commit is contained in:
@@ -253,7 +253,7 @@ describe("resolveBundledPluginsDir", () => {
|
||||
repoRoot,
|
||||
expectedRelativeDir: expectation.expectedRelativeDir,
|
||||
...("vitest" in expectation ? { vitest: expectation.vitest } : {}),
|
||||
...("execArgv" in expectation ? { execArgv: expectation.execArgv } : {}),
|
||||
...("execArgv" in expectation ? { execArgv: [...expectation.execArgv] } : {}),
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user