| 1 | import { describe, expect, it, beforeEach, afterEach, vi } from "vitest"; |
| 2 | |
| 3 | // agent_runtime.ts reads node:os via release/platform and node:fs for the |
| 4 | // /proc files. detectAgentRuntime is exercised by mutating process.env; |
nothing calls this directly
no test coverage detected