(effect: Effect.Effect<A, E, Path.Path>)
| 5 | import * as Effect from "effect/Effect" |
| 6 | |
| 7 | const runPromise = <E, A>(effect: Effect.Effect<A, E, Path.Path>) => |
| 8 | Effect.runPromise(Effect.provide(effect, Path.layer)) |
| 9 | |
| 10 | describe("Path", () => { |
| 11 | it("fromFileUrl", () => |
no test coverage detected
searching dependent graphs…