Skip to content

Commit 3b6992e

Browse files
authored
Update utils.test.js
1 parent f71c2e6 commit 3b6992e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/utils.test.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,7 @@ describe.each([
120120
});
121121
});
122122

123-
// test calcRadius
123+
test('Calculate Radius', () => {
124+
expect(BuildingShapeUtils.calculateRadius(rightTriangle)).toBe(1);
125+
});
126+

0 commit comments

Comments
 (0)