mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-20 19:42:58 +00:00
chore: generate
This commit is contained in:
@@ -154,10 +154,9 @@ describe("ModelsDev Service", () => {
|
||||
state,
|
||||
Effect.gen(function* () {
|
||||
const svc = yield* ModelsDev.Service
|
||||
return yield* Effect.all(
|
||||
[svc.get(), svc.get(), svc.get(), svc.get(), svc.get()],
|
||||
{ concurrency: "unbounded" },
|
||||
)
|
||||
return yield* Effect.all([svc.get(), svc.get(), svc.get(), svc.get(), svc.get()], {
|
||||
concurrency: "unbounded",
|
||||
})
|
||||
}),
|
||||
)
|
||||
for (const result of results) expect(result).toEqual(fixture)
|
||||
|
||||
Reference in New Issue
Block a user