mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-04 07:00:23 +00:00
[Test] Uncomment test - already working as expected (#1131)
This commit is contained in:
@@ -336,7 +336,7 @@ describe("SubgraphNode Execution", () => {
|
||||
expect(resolved === undefined || typeof resolved === "object").toBe(true)
|
||||
})
|
||||
|
||||
it.todo("should prevent infinite recursion", () => {
|
||||
it("should prevent infinite recursion", () => {
|
||||
// TODO: This test is currently skipped because cycle detection has a bug
|
||||
// The fix is to pass 'visited' directly instead of 'new Set(visited)' in SubgraphNode.ts:299
|
||||
const subgraph = createTestSubgraph({ nodeCount: 1 })
|
||||
|
||||
Reference in New Issue
Block a user