killProcessTree on Unix targets the process group first via process.kill(-pid, signal); only falls back to positive pid if that throws. The test mock returns true, so only the negative-pid call ever fires. Update assertion to match the actual call. Caught by CI on Linux (test was Windows-skipped locally). |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| src | ||
| templates/rules | ||
| CHANGELOG.md | ||
| package.json | ||
| tsconfig.json | ||
| vitest.config.ts | ||