(github: GithubConfig)
| 25 | private _commitShaById = new Map<number, string>(); |
| 26 | |
| 27 | static withInitialCommit(github: GithubConfig) { |
| 28 | return new SandboxGitRepo(github).commit('feat(pkg1): initial commit'); |
| 29 | } |
| 30 | |
| 31 | protected constructor(private _github: GithubConfig) { |
| 32 | runGitInTmpDir(['init']); |
no test coverage detected