Improve type safety for curb kind in spline junction tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user