({ owner, repo, tempDir })
| 140 | } |
| 141 | |
| 142 | async function resetRepositories({ owner, repo, tempDir }) { |
| 143 | await resetOriginRepo({ owner, repo, tempDir }); |
| 144 | } |
| 145 | |
| 146 | async function setupGitLab(options) { |
| 147 | if (process.env.RECORD_FIXTURES) { |
no test coverage detected