mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-04 13:12:10 +00:00
Add 'src/lib/litegraph/' from commit '1b58bf4966e9cdaa04bfaa40f5650b6c6680ab97'
git-subtree-dir: src/lib/litegraph git-subtree-mainline:1eadf80fecgit-subtree-split:1b58bf4966
This commit is contained in:
12
src/lib/litegraph/test/LGraphGroup.test.ts
Normal file
12
src/lib/litegraph/test/LGraphGroup.test.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { describe, expect } from "vitest"
|
||||
|
||||
import { LGraphGroup } from "@/litegraph"
|
||||
|
||||
import { test } from "./testExtensions"
|
||||
|
||||
describe("LGraphGroup", () => {
|
||||
test("serializes to the existing format", () => {
|
||||
const link = new LGraphGroup("title", 929)
|
||||
expect(link.serialize()).toMatchSnapshot("Basic")
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user