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 });