Skip to content

Commit a704d6e

Browse files
Fix snapshot tests and update PR title (#5314)
Updates outdated snapshots to match current LiteGraph behavior.
1 parent 9a7d8cd commit a704d6e

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

src/lib/litegraph/test/__snapshots__/ConfigureGraph.test.ts.snap

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ LGraph {
8181
"lostFocusAt": undefined,
8282
"mode": 0,
8383
"mouseOver": undefined,
84-
"onMouseDown": [Function],
8584
"order": 0,
8685
"outputs": [],
8786
"progress": undefined,
@@ -151,7 +150,6 @@ LGraph {
151150
"lostFocusAt": undefined,
152151
"mode": 0,
153152
"mouseOver": undefined,
154-
"onMouseDown": [Function],
155153
"order": 0,
156154
"outputs": [],
157155
"progress": undefined,
@@ -222,7 +220,6 @@ LGraph {
222220
"lostFocusAt": undefined,
223221
"mode": 0,
224222
"mouseOver": undefined,
225-
"onMouseDown": [Function],
226223
"order": 0,
227224
"outputs": [],
228225
"progress": undefined,

src/lib/litegraph/test/__snapshots__/LGraph.test.ts.snap

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ LGraph {
8383
"lostFocusAt": undefined,
8484
"mode": 0,
8585
"mouseOver": undefined,
86-
"onMouseDown": [Function],
8786
"order": 0,
8887
"outputs": [],
8988
"progress": undefined,
@@ -155,7 +154,6 @@ LGraph {
155154
"lostFocusAt": undefined,
156155
"mode": 0,
157156
"mouseOver": undefined,
158-
"onMouseDown": [Function],
159157
"order": 0,
160158
"outputs": [],
161159
"progress": undefined,
@@ -228,7 +226,6 @@ LGraph {
228226
"lostFocusAt": undefined,
229227
"mode": 0,
230228
"mouseOver": undefined,
231-
"onMouseDown": [Function],
232229
"order": 0,
233230
"outputs": [],
234231
"progress": undefined,

src/lib/litegraph/test/__snapshots__/LGraph_constructor.test.ts.snap

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ LGraph {
8181
"lostFocusAt": undefined,
8282
"mode": 0,
8383
"mouseOver": undefined,
84-
"onMouseDown": [Function],
8584
"order": 0,
8685
"outputs": [],
8786
"progress": undefined,
@@ -151,7 +150,6 @@ LGraph {
151150
"lostFocusAt": undefined,
152151
"mode": 0,
153152
"mouseOver": undefined,
154-
"onMouseDown": [Function],
155153
"order": 0,
156154
"outputs": [],
157155
"progress": undefined,
@@ -222,7 +220,6 @@ LGraph {
222220
"lostFocusAt": undefined,
223221
"mode": 0,
224222
"mouseOver": undefined,
225-
"onMouseDown": [Function],
226223
"order": 0,
227224
"outputs": [],
228225
"progress": undefined,

0 commit comments

Comments
 (0)