()
| 32 | } |
| 33 | |
| 34 | export function getCredentialsFilePath(): string { |
| 35 | return path.join(getConfigDir(), CREDENTIALS_FILE_NAME); |
| 36 | } |
| 37 | |
| 38 | export function getUpdateStateFilePath(): string { |
| 39 | return path.join(getStateDir(), UPDATE_STATE_FILE_NAME); |
no test coverage detected