MCPcopy
hub / github.com/anomalyco/opencode / configuredIt

Function configuredIt

packages/opencode/test/tool/truncation.test.ts:25–25  ·  view source on GitHub ↗
(cfg: ConfigV1.Info)

Source from the content-addressed store, hash-verified

23 [Config.node, TestConfig.layer({ get: () => Effect.succeed(cfg) })],
24 ])
25const configuredIt = (cfg: ConfigV1.Info) => testEffect(configuredLayer(cfg))
26
27describe("Truncate", () => {
28 describe("output", () => {

Callers 1

truncation.test.tsFile · 0.85

Calls 2

testEffectFunction · 0.90
configuredLayerFunction · 0.85

Tested by

no test coverage detected