Uh oh!
There was an error while loading. Please reload this page.
feat(isEAN) - added support for EAN-14 along with test case, feat(isAlphanumeric)- added options(optional parameter) - #1577
Conversation
Codecov Report
@@ Coverage Diff @@## master #1577 +/- ##
=========================================
Coverage 100.00% 100.00% =========================================
Files 100 100 Lines 1796 1807 +11 =========================================
+ Hits 1796 1807 +11
Continue to review full report at Codecov.
|
varsubham
commented
Feb 5, 2021
@profnandaa Hey can you please review the PR its one of my first PR 😄. |
renanmontebelo
commented
Feb 6, 2021
I believe they are waiting for #1553 before reviewing any other PR. |
renanmontebelo
commented
Feb 6, 2021
I believe the PR should only include files under |
varsubham
commented
Feb 6, 2021
@renanmontebelo I thought that we need to check if all the test cases are running ( |
renanmontebelo
commented
Feb 6, 2021
These files are listed in .gitignore so I believe they shouldn't be added. Still, someone accidently added them that's why it's yielding as a modified file. See #1590 discussion. |
tux-tn
left a comment
There was a problem hiding this comment.
Thank you and congrats for your first contrib @varsubham . I deleted validator.js and validator.min.js to fix merge conflicts, apart from that LGTM 🎉
Fix Issue #1576
Fix Issue #1572
Checklist