()
| 332 | * Used for test cleanup. |
| 333 | */ |
| 334 | export function resetCommandQueue(): void { |
| 335 | commandQueue.length = 0 |
| 336 | snapshot = Object.freeze([]) |
| 337 | } |
| 338 | |
| 339 | // ============================================================================ |
| 340 | // Editable mode helpers |
no outgoing calls
no test coverage detected