(options, handler)
| 51 | addEvent(eventName, handler); |
| 52 | }, |
| 53 | tapAsync(options, handler) { |
| 54 | addEvent(eventName, handler); |
| 55 | }, |
| 56 | tapPromise(options, handler) { |
| 57 | addEvent(eventName, handler); |
| 58 | } |
nothing calls this directly
no test coverage detected