Improve type safety for curb kind in spline junction tests

This commit is contained in:
2026-05-13 19:29:42 +02:00
parent 55c088ec56
commit b58fa8f59b

View File

@@ -375,7 +375,7 @@ describe("spline corridor junction mesh generation", () => {
edge: {
enabled: true,
collisionEnabled: false,
kind: "curb",
kind: "curb" as const,
width: 0.4,
height: 0.2,
materialId: null