test(KB-213): fix EventSource mock cleanup in useMultiAgentLogs tests

- Fix EventSource mock cleanup to prevent test interference
- Ensure proper cleanup after each test in useMultiAgentLogs test suite
- Add changeset for the test fix
This commit is contained in:
gsxdsm
2026-03-30 16:26:34 -07:00
parent 5f60afc02d
commit 2a73e602f4
2 changed files with 32 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@dustinbyrne/kb": patch
---
Fix useMultiAgentLogs hook tests by implementing proper EventSource mock cleanup patterns.