| 1 | /* oxlint-disable executor/no-try-catch-or-throw -- boundary: DB ownership tests must tear down held DB/lock handles and child processes even when assertions fail */ |
| 2 | import { spawn, type ChildProcessWithoutNullStreams } from "node:child_process"; |
| 3 | import { |
| 4 | existsSync, |
nothing calls this directly
no test coverage detected