()
| 3013 | }); |
| 3014 | |
| 3015 | function dupes() { |
| 3016 | return [0, 1, 1, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 5, 5, 6, 7, 8, 9]; |
| 3017 | } |
| 3018 | |
| 3019 | it('still short-circuits in order with duplicates', function () { |
| 3020 | expect(_sort(dupes(), sortCounter)).toEqual(dupes()); |
no outgoing calls
no test coverage detected
searching dependent graphs…