Skip to content

Commit 5920b75

Browse files
authored
added new not proper fractions
1 parent 8c62675 commit 5920b75

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ assertEqual(ispProperFraction(1,-2), true)
4747
//Not
4848
assertEqual(isproperFraction(9/7), false);
4949
assertEqual(isproperFracton(13/11), false);
50+
assertEqual(isproperFracton (19/10), false);
51+
assertEqual(isproperFracton (17/3 ), false);
52+
5053

5154

5255
//Edge case

0 commit comments

Comments
 (0)