()
| 572 | |
| 573 | #[test] |
| 574 | fn test_debug() { |
| 575 | let hook = make_hook(); |
| 576 | let debug = format!("{:?}", hook); |
| 577 | assert!(debug.contains("ClineHook")); |
| 578 | } |
| 579 | |
| 580 | // ── parse_event tests: task-start (SessionStart) ──────────────── |
| 581 |
nothing calls this directly
no test coverage detected