-
Notifications
You must be signed in to change notification settings - Fork 602
WIP: Add an "add" function #59
Conversation
Current coverage is 100% (diff: 100%)@@ master #59 diff @@
===================================
Files 15 16 +1
Lines 51 52 +1
Methods 0 0
Messages 0 0
Branches 0 0
===================================
+ Hits 51 52 +1
Misses 0 0
Partials 0 0
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Just one small thing. Thanks for contributing!
@@ -30,4 +31,5 @@ export { | |||
isNullOrWhitespace, | |||
startsWith, | |||
removeDuplicates, | |||
additon, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would prefer that this were called add
instead of addition
. Care to make the update?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great. Sure, i would do that. Thanks a lot for quick response.
I have updated the PR . |
Terrific! Thanks! |
Thanks for your help @kentcdodds :) Can you share the url for knowing what open source projects to contribute ? |
Yeah, check this out :-) |
Thanks a lot @kentcdodds . I will be helping the people who comes here to learn what i have learned. Thanks again for all your efforts. I really appreciate that. |
Awesome! |
Hi , This is my first open source pull request . Seem like everything went good. While doing commit i have got stuck with code coverage.
failed with "(0 , _src.add) is not a function"
Hope to contribute more.