From 7ad7b71be6f5c1e41ab6e4ee490b6952e1c45e0d Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 11 May 2026 21:59:20 +0200 Subject: [PATCH] Add targetAnchor definition to entity instances tests --- tests/unit/entity-instances.test.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/unit/entity-instances.test.ts b/tests/unit/entity-instances.test.ts index ea0ea3be..afdf5f26 100644 --- a/tests/unit/entity-instances.test.ts +++ b/tests/unit/entity-instances.test.ts @@ -174,6 +174,10 @@ describe("entity registry defaults", () => { kind: "npc", position: { x: 0, y: 0, z: 0 }, targetable: true, + targetAnchor: { + mode: "center", + offset: { x: 0, y: 0, z: 0 } + }, yawDegrees: DEFAULT_NPC_YAW_DEGREES, modelAssetId: null });