( self: Effect.Effect<A, E, CommandExecutor.CommandExecutor | FileSystem.FileSystem | Path.Path> )
| 26 | ) |
| 27 | |
| 28 | const runPromise = <E, A>( |
| 29 | self: Effect.Effect<A, E, CommandExecutor.CommandExecutor | FileSystem.FileSystem | Path.Path> |
| 30 | ) => Effect.runPromise(Effect.provide(self, TestLive)) |
| 31 | |
| 32 | describe("Command", () => { |
| 33 | it("should convert stdout to a string", () => |
no test coverage detected