()
| 58 | }); |
| 59 | |
| 60 | function dragFlow() { |
| 61 | touchStart(draggableElement); |
| 62 | waitForDragDelay(); |
| 63 | touchRelease(draggableElement); |
| 64 | } |
| 65 | |
| 66 | expect(dragFlow).toHaveCanceledSensorEvent('drag:start'); |
| 67 | }); |
nothing calls this directly
no test coverage detected
searching dependent graphs…