mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 14:27:40 +00:00
[test] Add subgraph units tests for events and i/o (#1126)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -448,7 +448,7 @@ describe("ExecutableNodeDTO Scale Testing", () => {
|
||||
{ depth: 1, expectedId: "1:999" },
|
||||
{ depth: 3, expectedId: "1:2:3:999" },
|
||||
{ depth: 5, expectedId: "1:2:3:4:5:999" },
|
||||
{ depth: 10, expectedId: "1:2:3:4:5:6:7:8:9:10:999" }
|
||||
{ depth: 10, expectedId: "1:2:3:4:5:6:7:8:9:10:999" },
|
||||
]
|
||||
|
||||
for (const testCase of testCases) {
|
||||
|
||||
Reference in New Issue
Block a user