mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 18:37:50 +00:00
Reduce test hint for stable sort to match the commented issue.
This commit is contained in:
@@ -11783,7 +11783,7 @@
|
|||||||
deepEqual(actual, [1, 2, 3, 4]);
|
deepEqual(actual, [1, 2, 3, 4]);
|
||||||
});
|
});
|
||||||
|
|
||||||
test('should perform a stable sort (test in IE > 8, Opera, and V8)', 1, function() {
|
test('should perform a stable sort (test in V8)', 1, function() {
|
||||||
var actual = _.sortBy(stableOrder, function(pair) {
|
var actual = _.sortBy(stableOrder, function(pair) {
|
||||||
return pair.a;
|
return pair.a;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user