()
| 1371 | mockCopy.config = {scrollZoom: true}; |
| 1372 | |
| 1373 | function _drag() { |
| 1374 | resetEvents(gd); |
| 1375 | drag(selectPath); |
| 1376 | return selectedPromise; |
| 1377 | } |
| 1378 | |
| 1379 | function _scroll() { |
| 1380 | mouseEvent('mousemove', selectPath[0][0], selectPath[0][1]); |
no test coverage detected
searching dependent graphs…