test(graph-utils): use bundled version
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import { isNode, isEdge, getOutgoers, getIncomers, removeElements, addEdge } from '../../../src/utils/graph.ts';
|
import { isNode, isEdge, getOutgoers, getIncomers, removeElements, addEdge } from '../../../dist/ReactFlow.js';
|
||||||
|
|
||||||
const nodes = [
|
const nodes = [
|
||||||
{ id: '1', type: 'input', data: { label: 'Node 1' }, position: { x: 250, y: 5 } },
|
{ id: '1', type: 'input', data: { label: 'Node 1' }, position: { x: 250, y: 5 } },
|
||||||
|
|||||||
Reference in New Issue
Block a user