Expose _.reverse.

This commit is contained in:
John-David Dalton
2015-10-11 17:05:25 -07:00
parent a6c7ffd664
commit 505f02fd72
2 changed files with 32 additions and 12 deletions

View File

@@ -21264,7 +21264,7 @@
var acceptFalsey = _.difference(allMethods, rejectFalsey);
QUnit.test('should accept falsey arguments', function(assert) {
assert.expect(255);
assert.expect(256);
var emptyArrays = _.map(falsey, _.constant([]));