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: {
|
edge: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
collisionEnabled: false,
|
collisionEnabled: false,
|
||||||
kind: "curb",
|
kind: "curb" as const,
|
||||||
width: 0.4,
|
width: 0.4,
|
||||||
height: 0.2,
|
height: 0.2,
|
||||||
materialId: null
|
materialId: null
|
||||||
|
|||||||
Reference in New Issue
Block a user