({ owner, repo, tempDir })
| 167 | } |
| 168 | |
| 169 | async function resetRepositories({ owner, repo, tempDir }) { |
| 170 | await resetOriginRepo({ owner, repo, tempDir }); |
| 171 | } |
| 172 | |
| 173 | async function setupBitBucket(options) { |
| 174 | const { lfs = false, ...rest } = options; |
no test coverage detected