File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -189,16 +189,6 @@ describe("Subgraph Serialization", () => {
189189} )
190190
191191describe ( "Subgraph Known Issues" , ( ) => {
192- it . todo ( "should document createNode() bug returns null" , ( ) => {
193- // This test documents the known issue where LiteGraph.createNode(subgraph.id)
194- // returns null because UUID is not registered as a node type.
195- //
196- // Expected behavior: Should create a SubgraphNode instance
197- // Actual behavior: Returns null, causing convertToSubgraph() to fail
198- //
199- // This needs to be fixed in the LiteGraphGlobal registration system.
200- } )
201-
202192 it . todo ( "should enforce MAX_NESTED_SUBGRAPHS limit" , ( ) => {
203193 // This test documents that MAX_NESTED_SUBGRAPHS = 1000 is defined
204194 // but not actually enforced anywhere in the code.
You can’t perform that action at this time.
0 commit comments