[feat] Add subgraph test infrastructure (#1111)

This commit is contained in:
Christian Byrne
2025-07-15 07:53:26 -07:00
committed by GitHub
parent 4ab223d651
commit ca5774c0df
7 changed files with 1937 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ import type { ExportedSubgraph, ExposedWidget, ISerialisedGraph, Serialisable, S
import { CustomEventTarget } from "@/infrastructure/CustomEventTarget"
import { type BaseLGraph, LGraph } from "@/LGraph"
import { createUuidv4 } from "@/litegraph"
import { createUuidv4 } from "@/utils/uuid"
import { SubgraphInput } from "./SubgraphInput"
import { SubgraphInputNode } from "./SubgraphInputNode"