()
| 223 | } |
| 224 | |
| 225 | export function getOutputRenderStatsSnapshot(): OutputRenderStatsSnapshot { |
| 226 | return { ...outputRenderStats } |
| 227 | } |
| 228 | |
| 229 | export function resetOutputRenderStatsForTesting(): void { |
| 230 | outputRenderStats.getCalls = 0 |
no outgoing calls
no test coverage detected