(src: string)
| 96 | .all(); |
| 97 | |
| 98 | const targets = (src: string) => |
| 99 | edges.filter((r: any) => r.source === src).map((r: any) => r.target).sort(); |
| 100 | // ship() → all three OrderShippedEvent listeners (param-typed, annotation-typed, transactional). |
| 101 | expect(targets('ship')).toEqual(['afterShipped', 'audit', 'onShipped']); |
| 102 | // cancel() → the ApplicationListener<X> form. |
no outgoing calls
no test coverage detected