Update integration tests to include scale definitions
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user