diff --git a/tests/unit/player-locomotion.test.ts b/tests/unit/player-locomotion.test.ts index f84e1922..3cc63ef7 100644 --- a/tests/unit/player-locomotion.test.ts +++ b/tests/unit/player-locomotion.test.ts @@ -7,6 +7,7 @@ import type { PlayerGroundProbeResult, ResolvedPlayerMotion } from "../../src/runtime-three/player-collision"; +import { createIdleRuntimeLocomotionState } from "../../src/runtime-three/player-locomotion"; import { stepPlayerLocomotion } from "../../src/runtime-three/player-locomotion"; import type { PlayerStartActionInputState } from "../../src/runtime-three/player-input-bindings"; import type { RuntimePlayerMovement } from "../../src/runtime-three/runtime-scene-build";