mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 19:00:45 +00:00
fix(test): route raw vitest scripts through wrapper
This commit is contained in:
@@ -13,6 +13,6 @@ const args = [
|
||||
"--maxWorkers=1",
|
||||
];
|
||||
|
||||
execFileSync("vitest", args, {
|
||||
execFileSync(process.execPath, ["scripts/run-vitest.mjs", ...args], {
|
||||
stdio: "inherit",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user