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

Function restoreConsoleSandbox

testing/console-logging-setup.js:39–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 * Resets all console logging stubs.
38 */
39export function restoreConsoleSandbox() {
40 if (consoleInfoLogWarnSandbox) {
41 consoleInfoLogWarnSandbox.restore();
42 }
43}
44
45/**
46 * @param {string} message Message of error that's about to be logged.

Callers 1

cleanupTestcaseFunction · 0.90

Calls 1

restoreMethod · 0.80

Tested by

no test coverage detected