MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / testPlugins

Function testPlugins

packages/plugins/openapi/src/sdk/spec-blob.test.ts:41–42  ·  view source on GitHub ↗
(httpClientLayer = FetchHttpClient.layer)

Source from the content-addressed store, hash-verified

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

Callers 1

spec-blob.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected