| 1 | import { spawnSync } from "node:child_process"; |
| 2 | import { dirname, resolve } from "node:path"; |
| 3 | import { fileURLToPath } from "node:url"; |
| 4 | import { describe, expect, it } from "@effect/vitest"; |
nothing calls this directly
no test coverage detected