From b87a58b3c99b9b66cca36976902b148c28a97ddd Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 11 May 2026 21:23:54 +0200 Subject: [PATCH] Update default entity instance tests to include targetability --- tests/unit/entity-instances.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/entity-instances.test.ts b/tests/unit/entity-instances.test.ts index 57f5d78d..6a29aa97 100644 --- a/tests/unit/entity-instances.test.ts +++ b/tests/unit/entity-instances.test.ts @@ -173,6 +173,7 @@ describe("entity registry defaults", () => { expect(createDefaultEntityInstance("npc")).toMatchObject({ kind: "npc", position: { x: 0, y: 0, z: 0 }, + targetable: false, yawDegrees: DEFAULT_NPC_YAW_DEGREES, modelAssetId: null });