From 5768bb1e47aa2f4fdcbf9838b24f058a7dd32bb4 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 12 May 2026 22:50:24 +0200 Subject: [PATCH] Update test parameters for buildRuntimeSceneFromDocument --- tests/domain/build-runtime-scene.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/domain/build-runtime-scene.test.ts b/tests/domain/build-runtime-scene.test.ts index cbb773da..3c498e55 100644 --- a/tests/domain/build-runtime-scene.test.ts +++ b/tests/domain/build-runtime-scene.test.ts @@ -709,6 +709,8 @@ describe("buildRuntimeSceneFromDocument", () => { visible: true, enabled: true, loop: false, + curveMode: "linear", + sampledResolution: 12, points: [ { pointId: "path-point-a",