chore: generate
This commit is contained in:
parent
472d0f376e
commit
e78726854a
2 changed files with 5 additions and 2 deletions
|
|
@ -636,4 +636,3 @@ export const layerWith = (options?: LayerOptions) =>
|
|||
|
||||
const layer = layerWith()
|
||||
export const node = makeGlobalNode({ service: Service, layer: layer, deps: [Database.node] })
|
||||
|
||||
|
|
|
|||
|
|
@ -471,7 +471,11 @@ export function withCliFixture<A, E>(
|
|||
// and hit endpoints on `opencode.serve()` without rolling their own fetch.
|
||||
}).pipe(
|
||||
Effect.provide(
|
||||
Layer.mergeAll(TestLLMServer.layer, FetchHttpClient.layer, AppNodeBuilder.build(LayerNode.group([FSUtil.node, AppProcess.node]))),
|
||||
Layer.mergeAll(
|
||||
TestLLMServer.layer,
|
||||
FetchHttpClient.layer,
|
||||
AppNodeBuilder.build(LayerNode.group([FSUtil.node, AppProcess.node])),
|
||||
),
|
||||
),
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue