MCPcopy Index your code
hub / github.com/ampproject/amphtml / resetTrackImpressionPromiseForTesting

Function resetTrackImpressionPromiseForTesting

src/impression.js:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

test-impression.jsFile · 0.90
teardownMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected