-
Notifications
You must be signed in to change notification settings - Fork 18
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
Avoid redefine identity #320
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #320 +/- ##
=======================================
Coverage 89.73% 89.74%
=======================================
Files 28 28
Lines 3176 3178 +2
Branches 576 577 +1
=======================================
+ Hits 2850 2852 +2
Misses 170 170
Partials 156 156 ☔ View full report in Codecov by Sentry. |
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.
💯 puntos
src/validator/index.ts
Outdated
}, []) |
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.
acá lo mismo, es un rompe el linter, hay que sacarle el ENTER al final del archivo
* method validation, should not redefine identity '===' * add isNative exception to identity override * Linter fixes --------- Co-authored-by: Fernando Dodino <[email protected]>
fix #298