auto-git:

[change] tests/unit/runtime-host.test.ts
This commit is contained in:
2026-04-25 03:35:23 +02:00
parent ea48fa897e
commit b1646a57e1

View File

@@ -618,6 +618,7 @@ describe("RuntimeHost", () => {
const gameplayPose = captureCameraPose(hostInternals.camera);
hostInternals.applyActiveCameraRig(0.175, gameplayPose);
expect(resolveThirdPersonCameraCollision).toHaveBeenCalled();
const [pivot, desiredCameraPosition, radius] =
resolveThirdPersonCameraCollision.mock.calls.at(-1) ?? [];
expect(pivot).toMatchObject({