diff --git a/tests/domain/transform-session.command.test.ts b/tests/domain/transform-session.command.test.ts index 32247395..39eaac2e 100644 --- a/tests/domain/transform-session.command.test.ts +++ b/tests/domain/transform-session.command.test.ts @@ -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" } } ]