(httpClientLayer = FetchHttpClient.layer)
| 37 | } from "../testing"; |
| 38 | |
| 39 | const testPlugins = (httpClientLayer = FetchHttpClient.layer) => |
| 40 | [openApiPlugin({ httpClientLayer }), memoryCredentialsPlugin()] as const; |
| 41 | |
| 42 | // A tiny echo-headers spec so a rendered template can be observed end-to-end. |
| 43 | const EchoHeaders = Schema.Struct({ |