()
| 184 | * Intended for tests that swap the persisted file path between cases. |
| 185 | */ |
| 186 | export function resetPersistedSessionApiKeyCache() { |
| 187 | persistedApiKeyCache.clear(); |
| 188 | } |
| 189 | |
| 190 | function isEnoentError(error) { |
| 191 | return Boolean( |
no outgoing calls
no test coverage detected