| 1 | // Cross-target: the typed API surface, exactly as a consumer uses it. The |
| 2 | // contract is the CORE executor HttpApi (composePluginApi([])) — every target |
| 3 | // serves it under /api, so one scenario runs against all of them. |
| 4 | import { expect } from "@effect/vitest"; |
nothing calls this directly
no test coverage detected