()
| 47 | * @visibleForTesting |
| 48 | */ |
| 49 | export function resetTrackImpressionPromiseForTesting() { |
| 50 | trackImpressionPromise = null; |
| 51 | } |
| 52 | |
| 53 | /** |
| 54 | * Emit a HTTP request to a destination defined on the incoming URL. |
no outgoing calls
no test coverage detected