mirror of https://github.com/openclaw/openclaw.git
test: fix windows startup fallback mock typing
This commit is contained in:
parent
32d8ec9482
commit
a0f09a4589
|
|
@ -30,7 +30,7 @@ vi.mock("../process/kill-tree.js", () => ({
|
|||
}));
|
||||
|
||||
vi.mock("node:child_process", () => ({
|
||||
spawn: (...args: unknown[]) => spawn(...args),
|
||||
spawn,
|
||||
}));
|
||||
|
||||
const {
|
||||
|
|
|
|||
Loading…
Reference in New Issue