()
| 179 | * Intended for tests that swap the persisted file path between cases. |
| 180 | */ |
| 181 | export function resetPersistedSessionApiKeyCache() { |
| 182 | persistedApiKeyCache.clear(); |
| 183 | } |
| 184 | |
| 185 | function isEnoentError(error) { |
| 186 | return Boolean( |
no outgoing calls
no test coverage detected