From 2a1e3cdcc9228275706863a7f43c088bf0d9ac79 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 14 Apr 2026 02:07:32 +0200 Subject: [PATCH] Import additional control and scheduler functions in tests --- tests/serialization/scene-document-json.test.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/serialization/scene-document-json.test.ts b/tests/serialization/scene-document-json.test.ts index ac070c1e..2a316347 100644 --- a/tests/serialization/scene-document-json.test.ts +++ b/tests/serialization/scene-document-json.test.ts @@ -1,5 +1,9 @@ import { describe, expect, it } from "vitest"; +import { + createActorControlTargetRef, + createSetActorPresenceControlEffect +} from "../../src/controls/control-surface"; import { createBoxBrush, deriveBoxBrushSizeFromGeometry } from "../../src/document/brushes"; import { createDefaultProjectTimeSettings } from "../../src/document/project-time-settings"; import { @@ -44,6 +48,7 @@ import { createTeleportTargetEntity, createTriggerVolumeEntity } from "../../src/entities/entity-instances"; +import { createProjectScheduleRoutine } from "../../src/scheduler/project-scheduler"; import { createPlayAnimationInteractionLink, createPlaySoundInteractionLink,