()
| 68 | * Reset simulation state when switching auth methods |
| 69 | */ |
| 70 | export function resetSimulationState(): void { |
| 71 | fallbackOccurred = false; |
| 72 | resetRequestCounter(); |
| 73 | } |
| 74 | |
| 75 | /** |
| 76 | * Enable/disable 429 simulation programmatically (for tests) |
nothing calls this directly
no test coverage detected