-
Notifications
You must be signed in to change notification settings - Fork 30k
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
assert: make partialDeepStrictEqual throw when comparing [0] with [-0] #56237
base: main
Are you sure you want to change the base?
assert: make partialDeepStrictEqual throw when comparing [0] with [-0] #56237
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #56237 +/- ##
========================================
Coverage 88.54% 88.54%
========================================
Files 657 657
Lines 189899 190426 +527
Branches 36465 36565 +100
========================================
+ Hits 168140 168609 +469
- Misses 14966 15000 +34
- Partials 6793 6817 +24
|
0ce4a4a
to
7c30734
Compare
65e1141
to
4fa9ec7
Compare
4fa9ec7
to
a0d1929
Compare
@ljharb yep, all valid comments. I spent so much time on this finding the best solution and it took everything out of me, making me write dumb stuff... thanks again 😄 |
8f997a5
to
71a5892
Compare
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.
LGTM with the following removal.
71a5892
to
cd8e5cd
Compare
Fixes: #56230
assert.partialDeepStrictEqual
now throws when comparing[0]
with[-0]