Import spline corridor junction creation utility for testing

This commit is contained in:
2026-05-13 13:37:02 +02:00
parent ae6c7a364a
commit 7169b4562e

View File

@@ -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", () => {