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