(_command, args)
| 80 | ['rev-list --left-right --count HEAD...@{upstream}', '0\t0\n'], |
| 81 | ]); |
| 82 | const command = (_command, args) => ({ status: 0, stdout: responses.get(args.join(' ')) ?? '' }); |
| 83 | assert.doesNotThrow(() => assertRepositoryReady('/repo', { live: true, command })); |
| 84 | assert.doesNotThrow(() => assertRepositoryReady('/repo', { live: false, command })); |
| 85 |
no outgoing calls
no test coverage detected