childNodes(node?) returns node.childNodes.length, defaulting to
document.body. A quick way to assert how many children a container
rendered. Part of pota/use/test.
| Argument | Type | Description |
|---|---|---|
node |
Node |
The parent node to inspect. Defaults to document.body. |
Returns: the number of child nodes.