mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 15:12:51 +08:00
acad24d62a
This function used to give a different order depending on the behavior of Array.prototype.sort(), which led to a test failure on Node.js 12 (see apache/cordova-android#767). This update gives a consistent sort order, regardless of the JavaScript engine implementation, now succeeds on Node.js versions 6, 8, 10, and 12. Resolves #767 For reference: - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort |
||
---|---|---|
.. | ||
builders.spec.js | ||
ProjectBuilder.spec.js |