I've been using proxyquire to stub out sub-components and stores but ran into an Invariant Violation with components that are wrapped in react-dnd contexts.
Warning: Failed Context Types: Required context dragDropManager was not specified in DragSource(Card). Error: Invariant Violation: Could not find the drag and drop manager in the context of Card. Make sure to wrap the top-level component of your app with DragDropContext. Read more: http://gaearon.github.io/react-dnd/docs-troubleshooting.html#could-not-find-the-drag-and-drop-manager-in-the-context
I put together a repo to demonstrate the error: see https://github.com/cmelion/react-hot-boilerplate/tree/Invariant-Violation-DND
To run it execute
npm install
npm test