[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

@@ -33,5 +33,7 @@ export default defineConfig({
test: {
alias: { "@/": path.resolve(__dirname, "./src/") },
environment: "jsdom",
restoreMocks: true,
unstubGlobals: true,
},
})