From 7169b4562e806282a2837cabc4e9ca379b7a1b9a Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 13 May 2026 13:37:02 +0200 Subject: [PATCH] Import spline corridor junction creation utility for testing --- tests/domain/path.command.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/domain/path.command.test.ts b/tests/domain/path.command.test.ts index 433082eb..30adee58 100644 --- a/tests/domain/path.command.test.ts +++ b/tests/domain/path.command.test.ts @@ -11,6 +11,7 @@ import { createSetPathNameCommand } from "../../src/commands/set-path-name-comma import { createUpsertPathCommand } from "../../src/commands/upsert-path-command"; import { createScenePath, createScenePathPoint } from "../../src/document/paths"; import { createEmptySceneDocument } from "../../src/document/scene-document"; +import { createSplineCorridorJunction } from "../../src/document/spline-corridor-junctions"; import { createTerrain } from "../../src/document/terrains"; describe("path commands", () => {