Skip to content

Commit 252bfb9

Browse files
added "module.exports" so jest can find the function
1 parent 5e720c8 commit 252bfb9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,5 @@ assertEquals(equalFraction, false);
5454

5555
// Stretch:
5656
// What other scenarios could you test for?
57+
58+
module.exports = isProperFraction;

0 commit comments

Comments
 (0)