[Test] Uncomment test - already working as expected (#1131)

This commit is contained in:
filtered
2025-07-18 13:29:08 +10:00
committed by GitHub
parent 967f1e15e3
commit d2e49ac110

View File

@@ -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 })