chore: generate
This commit is contained in:
parent
ecdfff5a42
commit
71c3a7c8f2
10 changed files with 292 additions and 293 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue