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

Function resetAccumulatedErrorMessagesForTesting

src/error-reporting.js:678–680  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

676 * Resets accumulated error messages for testing
677 */
678export function resetAccumulatedErrorMessagesForTesting() {
679 accumulatedErrorMessages = [];
680}
681
682/**
683 * @param {!Error} error

Callers 1

cleanupTestcaseFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected