()
| 1013 | spyOn(Fx, 'hover').and.callThrough(); |
| 1014 | |
| 1015 | function countHoverLabels() { |
| 1016 | return d3Select('.hoverlayer').selectAll('g').size(); |
| 1017 | } |
| 1018 | |
| 1019 | Promise.resolve() |
| 1020 | .then(function() { |
no outgoing calls
no test coverage detected
searching dependent graphs…