MCPcopy
hub / github.com/facebook/react / clearWarnings

Function clearWarnings

packages/internal-test-utils/consoleMock.js:89–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87}
88
89export function clearWarnings() {
90 const warnings = Array.from(loggedWarns);
91 loggedWarns.length = 0;
92 return warnings;
93}
94
95export function clearErrors() {
96 const errors = Array.from(loggedErrors);

Callers 1

assertConsoleLogsClearedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected