-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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 tests that are failing the build #5551
Conversation
I was thinking about doing the same thing |
The test didn't pass though... I will try to figure out. |
There was another test failing with the same problem. All tests are passing now. |
Are there more like that? We can probably get rid of the |
The problem here is actually the way the sort callback is written. I didn't find more cases like this. In terms of deep-diff, there are many tests that use this package. They are passing but I agree with you that we could replace it. Maybe on a separate PR? |
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.
We can submit a separate PR if this arises again.
Closes: parse-community#5651 Building on parse-community#5551
The problem is the way that the arrays are sorted:
nodejs/node#24106