chore: generate
This commit is contained in:
@@ -408,12 +408,7 @@ export function withCliFixture<A, E>(
|
|||||||
// and hit endpoints on `opencode.serve()` without rolling their own fetch.
|
// and hit endpoints on `opencode.serve()` without rolling their own fetch.
|
||||||
}).pipe(
|
}).pipe(
|
||||||
Effect.provide(
|
Effect.provide(
|
||||||
Layer.mergeAll(
|
Layer.mergeAll(TestLLMServer.layer, FetchHttpClient.layer, AppFileSystem.defaultLayer, AppProcess.defaultLayer),
|
||||||
TestLLMServer.layer,
|
|
||||||
FetchHttpClient.layer,
|
|
||||||
AppFileSystem.defaultLayer,
|
|
||||||
AppProcess.defaultLayer,
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user