Add _.isSymbol.

This commit is contained in:
John-David Dalton
2016-01-02 11:04:25 -06:00
parent 167fad9649
commit f7c7dee8b0
2 changed files with 27 additions and 3 deletions

View File

@@ -22972,7 +22972,7 @@
var acceptFalsey = lodashStable.difference(allMethods, rejectFalsey);
QUnit.test('should accept falsey arguments', function(assert) {
assert.expect(286);
assert.expect(287);
var emptyArrays = lodashStable.map(falsey, lodashStable.constant([]));