Explorar o código

chore: generate

opencode-agent[bot] hai 3 meses
pai
achega
e3c8d221ec
Modificáronse 1 ficheiros con 1 adicións e 6 borrados
  1. 1 6
      packages/opencode/test/lib/cli-process.ts

+ 1 - 6
packages/opencode/test/lib/cli-process.ts

@@ -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(
-        TestLLMServer.layer,
-        FetchHttpClient.layer,
-        AppFileSystem.defaultLayer,
-        AppProcess.defaultLayer,
-      ),
+      Layer.mergeAll(TestLLMServer.layer, FetchHttpClient.layer, AppFileSystem.defaultLayer, AppProcess.defaultLayer),
     ),
     ),
   )
   )
 }
 }