| 1 | import { describe, expect, it } from "@effect/vitest"; |
| 2 | |
| 3 | import { createExecutor, ProviderItemId, ProviderKey, type CredentialProvider } from "./promise"; |
| 4 | import { definePlugin, tool } from "./plugin"; |
nothing calls this directly
no test coverage detected