You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The line below allows us to load the isProperFraction function into tests in other files.
@@ -28,6 +31,25 @@ function assertEquals(actualOutput, targetOutput) {
28
31
29
32
// TODO: Write tests to cover all cases.
30
33
// What combinations of numerators and denominators should you test?
31
-
34
+
// definition is |numerator| < |denominator| so negative values need to be tested as well; also 0 for either - wouldn't be a fraction (or a valid fraction if its the den); also when the num = den
0 commit comments