Updated shapes in test

This commit is contained in:
saurabhg772244
2024-08-16 12:23:52 +05:30
parent 6c1ae90972
commit 2fa03ea369

View File

@@ -18,8 +18,18 @@ const newShapesSet2 = [
'windowPane',
] as const;
const newShapesSet3 = [
'halfRoundedRectangle',
'curvedTrapezoid',
'bowTieRect',
'dividedRect',
'crossedCircle',
] as const;
const newShapesSet4 = ['waveRectangle', 'trapezoidalPentagon', 'linedCylinder'] as const;
// Aggregate all shape sets into a single array
const newShapesSets = [['windowPane']] as const;
const newShapesSets = [newShapesSet1, newShapesSet2, newShapesSet3, newShapesSet4] as const;
looks.forEach((look) => {
directions.forEach((direction) => {