London | 26-ITP-Jan | Alexandru Pocovnicu | Sprint 3 | implement-and-rewrite#981
Conversation
…pe function to pass them
… getAngleType function
…ual numerator and denominator cases in isProperFraction function
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
3 similar comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
…tion in getAngleType function
LonMcGregor
left a comment
There was a problem hiding this comment.
Good work - only one minor issue in a test for you to look at
| @@ -8,3 +8,18 @@ const isProperFraction = require("../implement/2-is-proper-fraction"); | |||
| test(`should return false when denominator is zero`, () => { | |||
| expect(isProperFraction(1, 0)).toEqual(false); | |||
| }); | |||
There was a problem hiding this comment.
Did you try running this with npm test. See if you can figure out the issue in the logic you are using to find invalid fractions.
|
thank you |
|
I am still seeing some errors when I run the npm tests. Are you also seeing these errors? |
|
aaa, ok , in a different suite, i'll sort it |
|
done |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
5ad4155 to
ffc428f
Compare
|
using npm test runs a test which is part of another branch, if i delete that test from here the metadata doesn't match |
LonMcGregor
left a comment
There was a problem hiding this comment.
OK, yes, I see, it's failing a test from another part of the branch. The tests for this specific task are passing now. This task is complete now
|
thank you |
|
Closing PR because the January ITP run has finished. Feel free to re-open if you're still working on it. |
Learners, PR Template
Self checklist
Changelist
Completed all the exercises in implement-and-rewrite