test: fix windows startup fallback mock typing

This commit is contained in:
Peter Steinberger 2026-03-13 05:00:55 +00:00
parent 32d8ec9482
commit a0f09a4589
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ vi.mock("../process/kill-tree.js", () => ({
}));
vi.mock("node:child_process", () => ({
spawn: (...args: unknown[]) => spawn(...args),
spawn,
}));
const {