(index)
| 1534 | afterEach(destroyGraphDiv); |
| 1535 | |
| 1536 | function getDashArray(index) { |
| 1537 | var highlight = document.querySelectorAll('.highlight')[index]; |
| 1538 | return highlight.attributes['stroke-dasharray'].value.split(',').map(Number); |
| 1539 | } |
| 1540 | |
| 1541 | |
| 1542 | function checkDashCount(dashArray, intervals) { |
no outgoing calls
no test coverage detected
searching dependent graphs…