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

Function failureIt

packages/opencode/test/project/project.test.ts:91–92  ·  view source on GitHub ↗
(failArg: string)

Source from the content-addressed store, hash-verified

89}
90
91const failureIt = (failArg: string) =>
92 testEffect(AppNodeBuilder.build(projectTestNode, [[Project.node, projectLayerWithFailure(failArg)]]))
93
94const iconDiscoveryIt = testEffect(
95 AppNodeBuilder.build(projectTestNode, [[RuntimeFlags.node, RuntimeFlags.layer({ experimentalIconDiscovery: true })]]),

Callers 1

project.test.tsFile · 0.85

Calls 2

testEffectFunction · 0.90
projectLayerWithFailureFunction · 0.85

Tested by

no test coverage detected