[Test] Fix circular test imports in CI (#1088)

This commit is contained in:
filtered
2025-06-28 15:30:42 -07:00
committed by GitHub
parent 7378c858bd
commit cab707a32c
3 changed files with 3 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ import type { INodeInputSlot, LGraphNode } from "@/litegraph"
import { beforeEach, describe, expect, test, vi } from "vitest"
// We don't strictly need RenderLink interface import for the mock
import { LinkConnector } from "@/canvas/LinkConnector"
import { LinkConnector } from "@/litegraph"
// Mocks
const mockSetConnectingLinks = vi.fn()