diff --git a/tests/domain/build-runtime-scene.test.ts b/tests/domain/build-runtime-scene.test.ts index a9405eb0..cbb773da 100644 --- a/tests/domain/build-runtime-scene.test.ts +++ b/tests/domain/build-runtime-scene.test.ts @@ -908,6 +908,14 @@ describe("buildRuntimeSceneFromDocument", () => { name: undefined, visible: true, targetable: true, + targetAnchor: { + mode: "center", + offset: { + x: 0, + y: 0, + z: 0 + } + }, position: { x: -1, y: 0,