auto-git:

[change] tests/domain/scene-document-validation.test.ts
This commit is contained in:
2026-05-01 16:29:29 +02:00
parent 56609fe0e3
commit 54181bc2e0

View File

@@ -733,6 +733,10 @@ describe("validateSceneDocument", () => {
}, },
crouch: { crouch: {
speedMultiplier: 0 speedMultiplier: 0
},
edgeAssist: {
enabled: "yes",
pushToTopHeight: -1
} }
} as unknown as ReturnType< } as unknown as ReturnType<
typeof createPlayerStartEntity typeof createPlayerStartEntity