({ owner, repo, tempDir })
| 213 | } |
| 214 | |
| 215 | async function resetRepositories({ owner, repo, tempDir }) { |
| 216 | await resetOriginRepo({ owner, repo, tempDir }); |
| 217 | await resetForkedRepo({ repo }); |
| 218 | } |
| 219 | |
| 220 | async function setupGitHub(options) { |
| 221 | if (process.env.RECORD_FIXTURES) { |
no test coverage detected