()
| 174 | * Intended for tests that swap the persisted file path between cases. |
| 175 | */ |
| 176 | export function resetPersistedSessionApiKeyCache() { |
| 177 | persistedApiKeyCache.clear(); |
| 178 | } |
| 179 | |
| 180 | function isEnoentError(error) { |
| 181 | return Boolean( |
no outgoing calls
no test coverage detected