Update transform session command tests to include scale definitions

This commit is contained in:
2026-05-11 14:08:15 +02:00
parent 541dade860
commit 32cd985d07

View File

@@ -1099,6 +1099,9 @@ describe("transform session commit commands", () => {
rotation: {
kind: "yaw",
yawDegrees: 90
},
scale: {
kind: "none"
}
};
@@ -1582,6 +1585,9 @@ describe("transform session commit commands", () => {
rotation: {
kind: "yaw",
yawDegrees: 90
},
scale: {
kind: "none"
}
},
{
@@ -1594,6 +1600,9 @@ describe("transform session commit commands", () => {
rotation: {
kind: "yaw",
yawDegrees: 90
},
scale: {
kind: "none"
}
}
]