chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-27 02:47:33 +00:00
commit 71c3a7c8f2
10 changed files with 292 additions and 293 deletions

View file

@ -111,7 +111,9 @@ describe("LocationServiceMap", () => {
}
}).pipe(
Effect.scoped,
Effect.provide(LocationServiceMap.Service.get(Location.Ref.make({ directory: AbsolutePath.make(directory) }))),
Effect.provide(
LocationServiceMap.Service.get(Location.Ref.make({ directory: AbsolutePath.make(directory) })),
),
)
const blockedState = yield* update(blocked.path)