| 159 | |
| 160 | /** Imitates a Google Maps event target and keeps track of the registered events. */ |
| 161 | class TestEventTarget { |
| 162 | events = new Map<string, Set<() => void>>(); |
| 163 | |
| 164 | addListener = jasmine |
nothing calls this directly
no outgoing calls
no test coverage detected