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

Function testPlugins

packages/plugins/openapi/src/sdk/configure.test.ts:39–40  ·  view source on GitHub ↗
(httpClientLayer = FetchHttpClient.layer)

Source from the content-addressed store, hash-verified

37} from "../testing";
38
39const 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.
43const EchoHeaders = Schema.Struct({

Callers 1

configure.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected