New to React DnD? Read the overview before jumping into the docs.
The test backend lets you test the drag and drop interaction of your components without the DOM.
The test backend comes in a separate package:
npm install -D react-dnd-test-backend
See the second example in the testing tutorial.