| 1 | /* oxlint-disable executor/no-try-catch-or-throw, executor/no-unknown-error-message -- test boundary: network availability probe and typed error assertions */ |
| 2 | import { describe, expect, it } from "@effect/vitest"; |
| 3 | import { Effect } from "effect"; |
| 4 |
nothing calls this directly
no test coverage detected