(treeElement: Element)
| 1345 | } |
| 1346 | |
| 1347 | function getNodes(treeElement: Element): HTMLElement[] { |
| 1348 | return Array.from(treeElement.querySelectorAll('.cdk-tree-node')); |
| 1349 | } |
| 1350 | |
| 1351 | function expectFlatTreeToMatch( |
| 1352 | treeElement: Element, |
no outgoing calls
no test coverage detected
searching dependent graphs…