(remote: string)
| 13 | const it = testEffect(AppNodeBuilder.build(ProjectV2.node)) |
| 14 | |
| 15 | function remoteID(remote: string) { |
| 16 | return ProjectV2.ID.make(Hash.fast(`git-remote:${remote}`)) |
| 17 | } |
| 18 | |
| 19 | function abs(value: string) { |
| 20 | return AbsolutePath.make(value) |