mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-16 06:43:07 -07:00
3d76c80da5
The existing abort test mocked the executor to always reject, meaning it would pass even if the abort wiring was broken. Add a test that actually fires the caller's AbortSignal and asserts it propagates through the abortListener -> session.abort() -> internal AbortController -> executor chain.