()
| 73 | } |
| 74 | |
| 75 | export function resetAllUnexpectedConsoleCalls() { |
| 76 | loggedErrors.length = 0; |
| 77 | loggedWarns.length = 0; |
| 78 | if (logMethod) { |
| 79 | loggedLogs.length = 0; |
| 80 | } |
| 81 | } |
| 82 | |
| 83 | export function clearLogs() { |
| 84 | const logs = Array.from(loggedLogs); |
no outgoing calls
no test coverage detected