()
| 77 | * singleton so downstream tests in the same shard see a clean slate. |
| 78 | */ |
| 79 | export function _resetPolicyLimitsForTesting(): void { |
| 80 | stopBackgroundPolling() |
| 81 | sessionCache = null |
| 82 | loadingCompletePromise = null |
| 83 | loadingCompleteResolve = null |
| 84 | } |
| 85 | |
| 86 | /** |
| 87 | * Initialize the loading promise for policy limits |
nothing calls this directly
no test coverage detected