(remote: string)
| 27 | const it = testEffect(AppNodeBuilder.build(projectTestNode)) |
| 28 | |
| 29 | function remoteProjectID(remote: string) { |
| 30 | return ProjectV2.ID.make(Hash.fast(`git-remote:${remote}`)) |
| 31 | } |
| 32 | |
| 33 | /** |
| 34 | * Creates a mock ChildProcessSpawner layer that intercepts git subcommands |