From a07394153ee47515503287fa3a5d638b1467ebde Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 13 May 2026 02:06:55 +0200 Subject: [PATCH] Fix test syntax: Update scale property definition in RuntimeHost tests --- tests/unit/runtime-host.test.ts | 40 ++++++++++++++++----------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/tests/unit/runtime-host.test.ts b/tests/unit/runtime-host.test.ts index 0102d478..20f5dba3 100644 --- a/tests/unit/runtime-host.test.ts +++ b/tests/unit/runtime-host.test.ts @@ -3590,7 +3590,7 @@ describe("RuntimeHost", () => { visible: true, targetable: true, targetAnchor: createNpcTargetAnchor(), - position:scale: { x: 1, y: 1, z: 1 }, + scale: { x: 1, y: 1, z: 1 }, position: { x: 0, y: 0, z: 4 }, collider: { mode: "capsule", @@ -4099,7 +4099,7 @@ describe("RuntimeHost", () => { visible: true, targetable: true, targetAnchor: createNpcTargetAnchor(), - position:scale: { x: 1, y: 1, z: 1 }, + scale: { x: 1, y: 1, z: 1 }, position: { x: 0, y: 0, z: 5 }, collider: { mode: "capsule", @@ -4116,7 +4116,7 @@ describe("RuntimeHost", () => { visible: true, targetable: true, targetAnchor: createNpcTargetAnchor(), - position:scale: { x: 1, y: 1, z: 1 }, + scale: { x: 1, y: 1, z: 1 }, position: { x: 2, y: 0, z: 5 }, collider: { mode: "capsule", @@ -4133,7 +4133,7 @@ describe("RuntimeHost", () => { visible: true, targetable: true, targetAnchor: createNpcTargetAnchor(), - position:scale: { x: 1, y: 1, z: 1 }, + scale: { x: 1, y: 1, z: 1 }, position: { x: 0, y: 2, z: 5 }, collider: { mode: "capsule", @@ -4295,7 +4295,7 @@ describe("RuntimeHost", () => { visible: true, targetable: true, targetAnchor: createNpcTargetAnchor(), - position:scale: { x: 1, y: 1, z: 1 }, + scale: { x: 1, y: 1, z: 1 }, position: { x: 0, y: 0, z: 5 }, collider: { mode: "capsule", @@ -4395,7 +4395,7 @@ describe("RuntimeHost", () => { visible: true, targetable: true, targetAnchor: createNpcTargetAnchor(), - position:scale: { x: 1, y: 1, z: 1 }, + scale: { x: 1, y: 1, z: 1 }, position: { x: 0, y: 0, z: 5 }, collider: { mode: "capsule", radius: 0.35, height: 1.8, eyeHeight: 1.6 }, name: "Active", @@ -4407,7 +4407,7 @@ describe("RuntimeHost", () => { visible: true, targetable: true, targetAnchor: createNpcTargetAnchor(), - position:scale: { x: 1, y: 1, z: 1 }, + scale: { x: 1, y: 1, z: 1 }, position: { x: 2, y: 0, z: 5 }, collider: { mode: "capsule", radius: 0.35, height: 1.8, eyeHeight: 1.6 }, name: "Right", @@ -4507,7 +4507,7 @@ describe("RuntimeHost", () => { visible: true, targetable: true, targetAnchor: createNpcTargetAnchor(), - position:scale: { x: 1, y: 1, z: 1 }, + scale: { x: 1, y: 1, z: 1 }, position: { x: 0, y: 0, z: 16 }, collider: { mode: "capsule", @@ -4524,7 +4524,7 @@ describe("RuntimeHost", () => { visible: true, targetable: true, targetAnchor: createNpcTargetAnchor(), - position:scale: { x: 1, y: 1, z: 1 }, + scale: { x: 1, y: 1, z: 1 }, position: { x: 0, y: 0, z: 6 }, collider: { mode: "capsule", @@ -4637,7 +4637,7 @@ describe("RuntimeHost", () => { visible: true, targetable: true, targetAnchor: createNpcTargetAnchor(), - position:scale: { x: 1, y: 1, z: 1 }, + scale: { x: 1, y: 1, z: 1 }, position: { x: 0, y: 0, z: 15.5 }, collider: { mode: "capsule", @@ -4654,7 +4654,7 @@ describe("RuntimeHost", () => { visible: true, targetable: true, targetAnchor: createNpcTargetAnchor(), - position:scale: { x: 1, y: 1, z: 1 }, + scale: { x: 1, y: 1, z: 1 }, position: { x: 0.3, y: 0, z: 15.2 }, collider: { mode: "capsule", @@ -4801,7 +4801,7 @@ describe("RuntimeHost", () => { visible: true, targetable: true, targetAnchor: createNpcTargetAnchor(), - position:scale: { x: 1, y: 1, z: 1 }, + scale: { x: 1, y: 1, z: 1 }, position: { x: 0, y: 0, z: 16 }, collider: { mode: "capsule", @@ -4873,7 +4873,7 @@ describe("RuntimeHost", () => { visible: true, targetable: true, targetAnchor: createNpcTargetAnchor(), - position:scale: { x: 1, y: 1, z: 1 }, + scale: { x: 1, y: 1, z: 1 }, position: { x: 3, y: 0, z: 4 }, collider: { mode: "capsule", @@ -4890,7 +4890,7 @@ describe("RuntimeHost", () => { visible: true, targetable: true, targetAnchor: createNpcTargetAnchor(), - position:scale: { x: 1, y: 1, z: 1 }, + scale: { x: 1, y: 1, z: 1 }, position: { x: 0, y: 0, z: 10 }, collider: { mode: "capsule", @@ -5048,7 +5048,7 @@ describe("RuntimeHost", () => { visible: true, targetable: true, targetAnchor: createNpcTargetAnchor(), - position:scale: { x: 1, y: 1, z: 1 }, + scale: { x: 1, y: 1, z: 1 }, position: { x: 0, y: 0, z: 6 }, collider: { mode: "capsule", @@ -5065,7 +5065,7 @@ describe("RuntimeHost", () => { visible: true, targetable: true, targetAnchor: createNpcTargetAnchor(), - position:scale: { x: 1, y: 1, z: 1 }, + scale: { x: 1, y: 1, z: 1 }, position: { x: 0, y: 0, z: 8 }, collider: { mode: "capsule", @@ -5161,7 +5161,7 @@ describe("RuntimeHost", () => { visible: true, targetable: true, targetAnchor: createNpcTargetAnchor(), - position:scale: { x: 1, y: 1, z: 1 }, + scale: { x: 1, y: 1, z: 1 }, position: { x: 0, y: 0, z: 7 }, collider: { mode: "capsule", @@ -5178,7 +5178,7 @@ describe("RuntimeHost", () => { visible: true, targetable: true, targetAnchor: createNpcTargetAnchor(), - position:scale: { x: 1, y: 1, z: 1 }, + scale: { x: 1, y: 1, z: 1 }, position: { x: 0.8, y: 0, z: 8 }, collider: { mode: "capsule", @@ -5275,7 +5275,7 @@ describe("RuntimeHost", () => { visible: true, targetable: true, targetAnchor: createNpcTargetAnchor(), - position:scale: { x: 1, y: 1, z: 1 }, + scale: { x: 1, y: 1, z: 1 }, position: { x: 0, y: 0, z: 1 }, collider: { mode: "capsule", @@ -5361,7 +5361,7 @@ describe("RuntimeHost", () => { visible: true, targetable: true, targetAnchor: createNpcTargetAnchor(), - position:scale: { x: 1, y: 1, z: 1 }, + scale: { x: 1, y: 1, z: 1 }, position: { x: 0, y: 0, z: 6 }, collider: { mode: "capsule",