()
| 35 | afterEach(destroyGraphDiv); |
| 36 | |
| 37 | function countCoverSlip() { |
| 38 | return d3SelectAll('.dragcover').size(); |
| 39 | } |
| 40 | |
| 41 | it('should init drag element', function() { |
| 42 | var options = { element: this.element, gd: this.gd }; |
no outgoing calls
no test coverage detected
searching dependent graphs…