Skip to content

Commit 4b4bc01

Browse files
committed
test: update snapshots
1 parent 1578899 commit 4b4bc01

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

packages/@lightningjs/ui-components/src/components/ControlRow/__snapshots__/ControlRow.test.js.snap

+4-4
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,9 @@ exports[`ControlRow renders 1`] = `
283283
"ref": null,
284284
"renderOfScreen": undefined,
285285
"renderToTexture": false,
286-
"scale": 1.2,
287-
"scaleX": 1.2,
288-
"scaleY": 1.2,
286+
"scale": 1,
287+
"scaleX": 1,
288+
"scaleY": 1,
289289
"state": "",
290290
"tag": [Function],
291291
"type": "Tile",
@@ -609,7 +609,7 @@ exports[`ControlRow renders 1`] = `
609609
"visible": true,
610610
"w": 880,
611611
"x": -40,
612-
"y": 68,
612+
"y": 0,
613613
"zIndex": 0,
614614
},
615615
"Title": {

packages/@lightningjs/ui-components/src/components/Shadow/__snapshots__/Shadow.test.js.snap

+5-5
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ exports[`Shadow updates the shadow size 1`] = `
208208
"visible": true,
209209
"w": 0,
210210
"x": 0,
211-
"y": 0,
211+
"y": 2.560000057665497,
212212
"zIndex": 0,
213213
},
214214
},
@@ -217,7 +217,7 @@ exports[`Shadow updates the shadow size 1`] = `
217217
"enabled": true,
218218
"flex": false,
219219
"flexItem": false,
220-
"h": 530,
220+
"h": 344,
221221
"isComponent": undefined,
222222
"mount": 0.5,
223223
"mountX": 0.5,
@@ -237,9 +237,9 @@ exports[`Shadow updates the shadow size 1`] = `
237237
"Frame",
238238
],
239239
"visible": true,
240-
"w": 480,
241-
"x": 200,
242-
"y": 225,
240+
"w": 312,
241+
"x": 100,
242+
"y": 116,
243243
"zIndex": 0,
244244
},
245245
},

packages/@lightningjs/ui-components/src/components/TitleRow/__snapshots__/TitleRow.test.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ exports[`TitleRow renders 1`] = `
282282
"visible": true,
283283
"w": 2220,
284284
"x": 0,
285-
"y": 68,
285+
"y": 0,
286286
"zIndex": 0,
287287
},
288288
"Title": {

0 commit comments

Comments
 (0)