Expose _.toString.

This commit is contained in:
John-David Dalton
2015-09-25 19:37:12 -07:00
parent 9c35db38a0
commit 8e207196d3
2 changed files with 44 additions and 44 deletions

View File

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