diff --git a/tests/domain/runtime-interaction-system.test.ts b/tests/domain/runtime-interaction-system.test.ts index bdb1e9fe..dc190e8e 100644 --- a/tests/domain/runtime-interaction-system.test.ts +++ b/tests/domain/runtime-interaction-system.test.ts @@ -1,6 +1,7 @@ import { describe, expect, it } from "vitest"; import { + createPlayerStartInputBindings, createPlayAnimationInteractionLink, createPlaySoundInteractionLink, createTeleportPlayerInteractionLink, @@ -41,6 +42,7 @@ function createRuntimeSceneFixture(): RuntimeSceneDefinition { }, colliders: [], sceneBounds: null, + playerInputBindings: createPlayerStartInputBindings(), localLights: { pointLights: [], spotLights: []