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

Function makeTestExecutor

packages/core/sdk/src/test-config.ts:224–226  ·  view source on GitHub ↗
(
  options?: TestConfigOptions<TPlugins>,
)

Source from the content-addressed store, hash-verified

222 );
223
224export const makeTestExecutor = <const TPlugins extends readonly AnyPlugin[] = readonly []>(
225 options?: TestConfigOptions<TPlugins>,
226) => makeTestWorkspaceHarness(options).pipe(Effect.map(({ executor }) => executor));
227
228/** Built-in in-memory writable credential provider, contributed as a plugin
229 * so tests always have a default writable store for inline connection values. */

Callers 7

artifacts.test.tsFile · 0.70
setupFunction · 0.70
executor.test.tsFile · 0.70
setupFunction · 0.70
setupExecutorFunction · 0.70
policies.test.tsFile · 0.70

Calls 1

makeTestWorkspaceHarnessFunction · 0.85

Tested by 3

setupFunction · 0.56
setupFunction · 0.56
setupExecutorFunction · 0.56