Skip to content

Commit befa6de

Browse files
authored
Update buildingpart.test.js
1 parent f5ac24d commit befa6de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/buildingpart.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ test('Constructor', () => {
6969

7070
test('Normalize Length', () => {
7171
expect(BuildingPart.normalizeLength('5km')).toBe(5000);
72+
expect(BuildingPart.normalizeLength('1mi')).toBe(1609.344);
7273
});
7374

7475
window.printError = printError;

0 commit comments

Comments
 (0)