| 164 | |
| 165 | describe('AuthenticatedGitClient sanitization', () => { |
| 166 | class TestAuthenticatedGitClient extends AuthenticatedGitClient { |
| 167 | constructor(token: string, config: any) { |
| 168 | super(token, 'user', config, os.tmpdir()); |
| 169 | } |
nothing calls this directly
no outgoing calls
no test coverage detected