[test] Add subgraph units tests for events and i/o (#1126)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Christian Byrne
2025-07-15 10:11:08 -07:00
committed by GitHub
parent 3ac96979fe
commit 28f955ed6a
10 changed files with 1524 additions and 144 deletions

View File

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