Skip to content

Commit 9631114

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

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
@@ -70,6 +70,7 @@ test('Constructor', () => {
7070
test('Normalize Length', () => {
7171
expect(BuildingPart.normalizeLength('5km')).toBe(5000);
7272
expect(BuildingPart.normalizeLength('1mi')).toBe(1609.344);
73+
expect(BuildingPart.normalizeLength('1nmi')).toBe(1852);
7374
});
7475

7576
window.printError = printError;

0 commit comments

Comments
 (0)