| 1 | // Cross-target: policies CRUD through the typed HttpApiClient — a created |
| 2 | // policy comes back in the list with the shape that was sent. |
| 3 | import { expect } from "@effect/vitest"; |
| 4 | import { Effect } from "effect"; |
nothing calls this directly
no test coverage detected