You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Node.js 10.x seems to have worked. However, I noticed that all the errors with Node.js 11.x are due to the order of the objects being different. If you look at the error messages I posted above, all the error messages are still there but in the wrong order.
Due to an update in the v8 runtime, Node.js `Array.prototype.sort()` is now stable (See [here](nodejs/node#22754 (comment))).
These changes allow for tests to pass on both Node.js 10 and 11.
Fixes#3445
Tests fail if using Node.js 11.x.
Originally posted by @JamieMagee in #3396 (comment)
The text was updated successfully, but these errors were encountered: