(input: string)
| 19 | const wintest = process.platform !== "win32" ? it.instance : it.instance.skip |
| 20 | |
| 21 | function normalize(input: string) { |
| 22 | return input.replace(/\\/g, "/").toLowerCase() |
| 23 | } |
| 24 | |
| 25 | const waitReady = Effect.fn("WorktreeTest.waitReady")(function* () { |
| 26 | const ready = yield* Deferred.make<{ name: string; branch?: string }>() |