From c558d034262a60df83877525bdaf905ce3515f85 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 11 May 2026 14:08:41 +0200 Subject: [PATCH] Update integration tests to include scale definitions --- tests/unit/transform-foundation.integration.test.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/unit/transform-foundation.integration.test.tsx b/tests/unit/transform-foundation.integration.test.tsx index 7b27383f..1ef63302 100644 --- a/tests/unit/transform-foundation.integration.test.tsx +++ b/tests/unit/transform-foundation.integration.test.tsx @@ -705,6 +705,9 @@ describe("transform foundation integration", () => { rotation: { kind: "yaw" as const, yawDegrees: playerStart.yawDegrees + }, + scale: { + kind: "none" as const } } }; @@ -748,6 +751,9 @@ describe("transform foundation integration", () => { rotation: { kind: "yaw", yawDegrees: playerStart.yawDegrees + }, + scale: { + kind: "none" } } });