()
| 649 | assert.ok(_.isEmpty(obj), 'deleting all the keys from an object empties it'); |
| 650 | |
| 651 | var args = function(){ return arguments; }; |
| 652 | assert.ok(_.isEmpty(args()), 'empty arguments object is empty'); |
| 653 | assert.ok(!_.isEmpty(args('')), 'non-empty arguments object is not empty'); |
| 654 |
no outgoing calls
no test coverage detected
searching dependent graphs…