(httpClientLayer = FetchHttpClient.layer)
| 39 | } from "../testing"; |
| 40 | |
| 41 | const testPlugins = (httpClientLayer = FetchHttpClient.layer) => |
| 42 | [openApiPlugin({ httpClientLayer }), memoryCredentialsPlugin()] as const; |
| 43 | |
| 44 | const EchoHeaders = Schema.Struct({ |
| 45 | "x-api-key": Schema.optional(Schema.String), |