From 09be66b65391ac3ce496b0e13b82898c936bcf45 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 12 Apr 2026 03:56:40 +0200 Subject: [PATCH] Add visibility and enabled properties to entity-player-start-main in scene-document-validation.test.ts --- tests/domain/scene-document-validation.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/domain/scene-document-validation.test.ts b/tests/domain/scene-document-validation.test.ts index 07fd29c9..8664cd56 100644 --- a/tests/domain/scene-document-validation.test.ts +++ b/tests/domain/scene-document-validation.test.ts @@ -110,6 +110,8 @@ describe("validateSceneDocument", () => { "entity-player-start-main": { id: "entity-player-start-main", kind: "playerStart", + visible: true, + enabled: true, position: { x: 0, y: Number.NaN,