react-draggable icon indicating copy to clipboard operation
react-draggable copied to clipboard

Missing an automated test for onDrag

Open motiz88 opened this issue 11 years ago • 0 comments

In the course of working on #6, I have tried to implement tests for onDrag, both for mouse events and for touch events - after all, such tests could potentially have uncovered the original issue (#5) long ago.

Unfortunately React.TestUtils.Simulate.mouseMove / .touchMove did not seem to do the job, so I've submitted #6 without a test for onDrag, but thought I might as well document this omission here for someone else to pick up.

motiz88 avatar Mar 10 '15 14:03 motiz88