()
| 56 | }) |
| 57 | |
| 58 | const mockConfigPaths = () => { |
| 59 | spyOn(AuthModule, 'getConfigDir').mockReturnValue(tempConfigDir) |
| 60 | spyOn(AuthModule, 'getCredentialsPath').mockReturnValue( |
| 61 | path.join(tempConfigDir, 'credentials.json'), |
| 62 | ) |
| 63 | } |
| 64 | |
| 65 | const mockLogoutApi = () => { |
| 66 | spyOn(CodebuffApiModule, 'getApiClient').mockReturnValue({ |
no outgoing calls
no test coverage detected