mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 11:11:53 +00:00
[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:
@@ -33,5 +33,7 @@ export default defineConfig({
|
||||
test: {
|
||||
alias: { "@/": path.resolve(__dirname, "./src/") },
|
||||
environment: "jsdom",
|
||||
restoreMocks: true,
|
||||
unstubGlobals: true,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user