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

Function testEffect

packages/core/test/lib/effect.ts:52–53  ·  view source on GitHub ↗
(layer: Layer.Layer<R, E>)

Source from the content-addressed store, hash-verified

50export const it = make(testEnv, liveEnv)
51
52export const testEffect = <R, E>(layer: Layer.Layer<R, E>) =>
53 make(Layer.provideMerge(layer, testEnv), Layer.provideMerge(layer, liveEnv))

Calls 1

makeFunction · 0.70

Tested by

no test coverage detected