Include player input bindings in scene document validation test

This commit is contained in:
2026-04-11 12:19:38 +02:00
parent 0dafb0974b
commit 5e1b865f56

View File

@@ -6,6 +6,7 @@ import { validateSceneDocument } from "../../src/document/scene-document-validat
import {
createPointLightEntity,
createInteractableEntity,
createPlayerStartInputBindings,
createPlayerStartEntity,
createSoundEmitterEntity,
createSpotLightEntity,
@@ -116,6 +117,7 @@ describe("validateSceneDocument", () => {
},
yawDegrees: Number.NaN,
navigationMode: "invalidMode" as unknown as "firstPerson",
inputBindings: createPlayerStartInputBindings(),
collider: {
mode: "capsule",
eyeHeight: 3,