| 21 | console.log(`${label} -----------------`); |
| 22 | console.log(document.body.children.length); |
| 23 | const logChildren = c => console.log(c.nodeName, c.className, c.id); |
| 24 | document.body.children.forEach(logChildren); |
| 25 | |
| 26 | ariaAppLog(); |
nothing calls this directly
no outgoing calls
no test coverage detected