Skip to content

Commit bb4c049

Browse files
Fix: remove misleading console log from proper fraction tests
1 parent d3d14ee commit bb4c049

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sprint-3/1-implement-and-rewrite-tests/implement/2-is-proper-fraction.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,5 @@ assertEquals(isProperFraction(10, -2), false);
5656
assertEquals(isProperFraction(1, 0), false);
5757
assertEquals(isProperFraction(0, 0), false);
5858

59-
console.log("All tests passed!");
59+
60+

0 commit comments

Comments
 (0)