Update integration tests to include scale definitions

This commit is contained in:
2026-05-11 14:08:41 +02:00
parent 32cd985d07
commit c558d03426

View File

@@ -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"
}
}
});