(repoDir)
| 67 | }; |
| 68 | |
| 69 | function getGitClient(repoDir) { |
| 70 | const git = simpleGit(repoDir).env({ ...process.env, GIT_SSH_COMMAND, GIT_SSL_NO_VERIFY }); |
| 71 | return git; |
| 72 | } |
| 73 | |
| 74 | module.exports = { |
| 75 | getExpectationsFilename, |
no outgoing calls
no test coverage detected