()
| 103 | * Signal that impression tracking is not relevant in this environment. |
| 104 | */ |
| 105 | export function doNotTrackImpression() { |
| 106 | trackImpressionPromise = Promise.resolve(); |
| 107 | } |
| 108 | |
| 109 | /** |
| 110 | * Handle the getReplaceUrl and return a promise when url is replaced Only |
no test coverage detected