Skip to content

Instantly share code, notes, and snippets.

View apflieger's full-sized avatar

Arnaud Pflieger apflieger

  • Meet in Class
  • Paris
View GitHub Profile
@apflieger
apflieger / DndMocks.ts
Created November 15, 2019 16:23
Mock implementations of react-dnd useDrag/useDrop to use in tests
import {
ConnectDragPreview,
ConnectDragSource, ConnectDropTarget,
DragObjectWithType,
DragSourceHookSpec,
DragSourceMonitor,
DropTargetHookSpec, DropTargetMonitor,
XYCoord
} from "react-dnd";
import {Identifier} from "dnd-core";