()
| 182 | // Per-test reset hook. Wrap each test body so cooldown / state-file / |
| 183 | // fetch / spy state are deterministic. |
| 184 | function resetAll() { |
| 185 | executeForceUpdateCalls = []; |
| 186 | executeForceUpdateReturn = false; |
| 187 | executeForceUpdateReturns = []; |
| 188 | executeForceUpdateThrow = null; |
| 189 | exitCalls = []; |
| 190 | _resetProxyForceUpdateStateForTesting(); |
| 191 | _resetLastUpdateStateForTesting(); |
| 192 | } |
| 193 | |
| 194 | // ---------------------------------------------------------------------- |
| 195 | // 200 + force_update: the path that did not exist before the fix. |
no outgoing calls
no test coverage detected