Skip to content

Commit b5c55bd

Browse files
authored
edit the code
1 parent 63246ca commit b5c55bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ const isProperFraction = require("../implement/2-is-proper-fraction");
44

55
test("should return true for a proper fraction", () => {
66
expect(isProperFraction(2, 3)).toEqual(true);
7+
8+
79
});
810

911
// Case 2: Identify Improper Fractions:

0 commit comments

Comments
 (0)