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