react-dnd / react-dnd

Drag and Drop for React

Home Page:http://react-dnd.github.io/react-dnd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a testing backend

gaearon opened this issue · comments

commented

After v1.0 and #48, we will probably want to make our testing story better. Taking cues react-router, we will implement TestBackend, a special drag-and-drop backend that allows you to simulate and test drag and drop without actually firing any browser events.

commented

This is no longer up for grabs because it's superseded by https://github.com/gaearon/dnd-core which started with a testing backend. We'll make sure to integrate it smoothly into react-dnd when it matures.