YeonGyu-Kim 145bb65192 test(events): use baseline snapshot pattern for console spy isolation
Replace exact call count assertions with delta-based checks:
- capture errorSpy.mock.calls.length before processing events
- slice to only check calls made during this test's execution
- use try/finally to guarantee mockRestore() even on assertion failure

This prevents test pollution from cross-file spy leakage in CI batch runs.
2026-02-21 05:09:12 +09:00
..
2026-02-21 02:49:39 +09:00
2026-02-21 02:49:39 +09:00
2026-02-19 10:46:40 +09:00
2026-02-21 02:49:39 +09:00
2026-02-19 18:41:37 +09:00
2026-02-06 02:51:53 +09:00