Skip to content

Commit 342c748

Browse files
authored
Update utils.test.js
1 parent 31f1d90 commit 342c748

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/utils.test.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,6 @@ rectangle.lineTo(-4.332738077015795, 5.88221335051411);
127127
rectangle.lineTo(4.332747472106493, 5.88221335051411);
128128
rectangle.lineTo(4.332747472106493, -5.882209888874915);
129129

130-
const rectangle = new Shape();
131-
rectangle.moveTo(-4.332738077015795, -5.882209888874915);
132-
rectangle.lineTo(-4.332738077015795, 5.88221335051411);
133-
rectangle.lineTo(4.332747472106493, 5.88221335051411);
134-
rectangle.lineTo(4.332747472106493, -5.882209888874915);
135-
rectangle.lineTo(-4.332738077015795, -5.882209888874915);
136-
137130
test('Extents no Rotation', () => {
138131
expect(BuildingShapeUtils.extents(rightTriangle)).toStrictEqual([-1, -1, 1, 1]);
139132
});

0 commit comments

Comments
 (0)