()
| 437 | |
| 438 | /** Reset state — tests only. */ |
| 439 | export function resetRequestSigning(): void { |
| 440 | defaultCapability = null; |
| 441 | strictCapability = null; |
| 442 | strictRequiredCapability = null; |
| 443 | strictForbiddenCapability = null; |
| 444 | _replayStore = null; |
| 445 | stopReplayCacheSweeper(); |
| 446 | } |
no test coverage detected