chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-19 20:24:23 +00:00
parent 80e5fb11c2
commit e3c8d221ec
+1 -6
View File
@@ -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,
),
), ),
) )
} }