fix(canvas): align magnetism tests and connection-line lint
This commit is contained in:
@@ -142,6 +142,7 @@ vi.mock("next-intl", () => ({
|
||||
vi.mock("@xyflow/react", () => ({
|
||||
Handle: () => null,
|
||||
Position: { Left: "left", Right: "right" },
|
||||
useConnection: () => ({ inProgress: false }),
|
||||
}));
|
||||
|
||||
import AgentNode from "@/components/canvas/nodes/agent-node";
|
||||
|
||||
Reference in New Issue
Block a user