Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(drop): Fixed drop and dropRight only to allow positive integers #218

Merged
merged 7 commits into from
Jul 18, 2024

Conversation

changwoolab
Copy link
Contributor

@changwoolab changwoolab commented Jul 16, 2024

This PR fixes drop and dropRight to only allow positive integers.
This makes drop and dropRight compatible with lodash.

Copy link

vercel bot commented Jul 16, 2024

@changwoolab is attempting to deploy a commit to the Toss Team on Vercel.

A member of the Team first needs to authorize it.

@codecov-commenter
Copy link

codecov-commenter commented Jul 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (51e1970) to head (ee9a326).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #218   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           86        86           
  Lines          499       502    +3     
  Branches        78        79    +1     
=========================================
+ Hits           499       502    +3     

@changwoolab changwoolab changed the title fix(drop): Fixed drop only to allow positive integers fix(drop): Fixed drop and dropWhile only to allow positive integers Jul 16, 2024
@changwoolab changwoolab changed the title fix(drop): Fixed drop and dropWhile only to allow positive integers fix(drop): Fixed drop and dropRight only to allow positive integers Jul 16, 2024
Copy link
Collaborator

@raon0211 raon0211 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks nice. Thanks for your help!

@raon0211 raon0211 merged commit d5c415a into toss:main Jul 18, 2024
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants