From 32cd985d075ed7c70a144cc5d9a3f6e8adb6a526 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 11 May 2026 14:08:15 +0200 Subject: [PATCH] Update transform session command tests to include scale definitions --- tests/domain/transform-session.command.test.ts | 9 +++++++++ 1 file changed, 9 insertions(+) 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" } } ]