()
| 256 | } |
| 257 | |
| 258 | export function resetSessionStateForTests(): void { |
| 259 | stateListener = null |
| 260 | metadataListener = null |
| 261 | permissionModeListener = null |
| 262 | hasPendingAction = false |
| 263 | currentState = 'idle' |
| 264 | currentAutomationState = null |
| 265 | currentMetadata = {} |
| 266 | } |