Skip to content

Commit b37f1b2

Browse files
committed
Sprint 3 all tasks under implement and rewrite-tests with jest has been done
1 parent 3538f28 commit b37f1b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function assertEquals(actualOutput, targetOutput) {
3737
// TODO: Write tests to cover all cases.
3838
// What combinations of numerators and denominators should you test?
3939

40-
// Example: 1/2 is a proper fraction
40+
// Example: 1/2 is a proper fraction.
4141
assertEquals(isProperFraction(1, 2), true);
4242

4343
assertEquals(isProperFraction(1,1),false);

0 commit comments

Comments
 (0)