(eventName)
| 56 | // `rejectionHandled` also fires an additional event: the initial |
| 57 | // `unhandledRejection` |
| 58 | export const getCallCount = (eventName) => |
| 59 | eventName === 'rejectionHandled' ? 2 : 1 |
no outgoing calls
no test coverage detected
searching dependent graphs…