| 1 | import assert from "node:assert/strict"; |
| 2 | import { resolveShellCommand, terminateProcessTree } from "./process-platform.js"; |
| 3 | |
| 4 | assert.deepEqual(resolveShellCommand("echo ok", "win32", { ComSpec: "C:\\Windows\\cmd.exe" }), { |
nothing calls this directly
no test coverage detected