London | 26-May-ITP | Yonatan Teklemariam | Sprint 3 | Practice-tdd#1414
London | 26-May-ITP | Yonatan Teklemariam | Sprint 3 | Practice-tdd#1414Yonatanteklemariam wants to merge 8 commits into
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Hi @LonMcGregor, Could you please review this as well? Thanks |
LonMcGregor
left a comment
There was a problem hiding this comment.
Before I review this, did you remember to commit the implementation for count and get ordinal?
…/Yonatanteklemariam/Module-Structuring-and-Testing-Data into coursework/sprint-3-practice-tdd
|
LonMcGregor
left a comment
There was a problem hiding this comment.
Good work here. The implementations all look good. Your tests are mostly good, but I think the final repeat task could be improved a little, see my comment
There was a problem hiding this comment.
You have correctly tested the edge cases here (1, 0, error). Can you think of any other test cases that would make sense?
There was a problem hiding this comment.
yes, I've now added tests for null, "", non-string inputs and large repeat counts. Could you please now review it? Thanks for your patience
LonMcGregor
left a comment
There was a problem hiding this comment.
Good work. This task is complete now
|
Learners, PR Template
Self checklist
Changelist
written jest tests for all three functions and tested results as expected.
Questions