Skip to content

Commit f87ef80

Browse files
committed
is properFunction updated
1 parent 853bea5 commit f87ef80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ function isProperFraction(numerator, denominator) {
1717
return true;
1818
} else return false;
1919
}
20+
module.exports = isProperFraction;
2021

2122
// Here's our helper again
2223
function assertEquals(actualOutput, targetOutput) {

0 commit comments

Comments
 (0)