mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 11:55:46 +00:00
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.
|
||||
}).pipe(
|
||||
Effect.provide(
|
||||
Layer.mergeAll(
|
||||
TestLLMServer.layer,
|
||||
FetchHttpClient.layer,
|
||||
AppFileSystem.defaultLayer,
|
||||
AppProcess.defaultLayer,
|
||||
),
|
||||
Layer.mergeAll(TestLLMServer.layer, FetchHttpClient.layer, AppFileSystem.defaultLayer, AppProcess.defaultLayer),
|
||||
),
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user