From 8f725eaed4293d5097861561c972ff23c5593a79 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 11 May 2026 21:25:14 +0200 Subject: [PATCH] Add targetable property check to scene document JSON test --- tests/serialization/scene-document-json.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/serialization/scene-document-json.test.ts b/tests/serialization/scene-document-json.test.ts index 9ffe49fc..fb7765ba 100644 --- a/tests/serialization/scene-document-json.test.ts +++ b/tests/serialization/scene-document-json.test.ts @@ -2627,6 +2627,7 @@ describe("scene document JSON", () => { y: 0, z: -2 }, + targetable: true, yawDegrees: 225, scale: { x: 1.25,