Update test mock for first-person navigation controller

This commit is contained in:
2026-04-11 19:19:04 +02:00
parent a6aa3a9a18
commit ca9d4381ff

View File

@@ -332,6 +332,12 @@ describe("FirstPersonNavigationController", () => {
normal: { x: 0, y: 1, z: 0 },
slopeDegrees: 0
})
.mockReturnValueOnce({
grounded: true,
distance: 0,
normal: { x: 0, y: 1, z: 0 },
slopeDegrees: 0
})
.mockReturnValue({
grounded: false,
distance: null,