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

Function setup

packages/core/sdk/src/connections.test.ts:75–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73}))();
74
75const setup = () =>
76 makeTestExecutor({ plugins: [demoPlugin] as const }).pipe(
77 Effect.tap((executor) => executor.demo.seed()),
78 );
79
80describe("connections.create", () => {
81 it.effect("inline value writes to the default writable provider and produces tools", () =>

Callers 1

Calls 1

makeTestExecutorFunction · 0.70

Tested by

no test coverage detected