[Test] Add integration test: LGraph snapshot (#591)

- Runs basic Litegraph init before performing the snapshot
- Allows a significantly more useful verification of the public API
This commit is contained in:
filtered
2025-02-25 19:58:29 +11:00
committed by GitHub
parent a4b9704a80
commit 2c3535c983
10 changed files with 692 additions and 334 deletions

View File

@@ -57,6 +57,7 @@ export const basicSerialisableGraph: SerialisableGraph = {
nodes: [
{
id: 1,
type: "mustBeSet",
},
],
links: [],