MCPcopy Create free account
hub / github.com/FlowiseAI/Flowise / useDragAndDrop.test.tsx

File useDragAndDrop.test.tsx

packages/agentflow/src/features/canvas/hooks/useDragAndDrop.test.tsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { makeFlowNode, makeNodeData } from '@test-utils/factories'
2import { act, renderHook } from '@testing-library/react'
3
4import type { FlowNode, NodeData } from '@/core/types'

Callers

nothing calls this directly

Calls 5

makeFlowNodeFunction · 0.90
makeNodeDataFunction · 0.90
renderUseDragAndDropFunction · 0.85
makeDragEventFunction · 0.85
stringifyMethod · 0.80

Tested by

no test coverage detected