mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-08 09:00:05 +00:00
This reverts commit 28382b7e45.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
import { LGraphNode } from "../dist/litegraph.es.js";
|
||||
import {
|
||||
LGraphNode,
|
||||
} from "../dist/litegraph.es.js";
|
||||
|
||||
describe("LGraphNode", () => {
|
||||
it("should serialize position correctly", () => {
|
||||
@@ -9,4 +11,4 @@ describe("LGraphNode", () => {
|
||||
expect(node.pos).toEqual(new Float32Array([10, 10]));
|
||||
expect(node.serialize().pos).toEqual(new Float32Array([10, 10]));
|
||||
});
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user