mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 00:27:50 +00:00
docs done -- going back to code comments
This commit is contained in:
@@ -58,9 +58,5 @@ $(document).ready(function() {
|
||||
ok(_.isUndefined(), 'nothing is undefined');
|
||||
ok(_.isUndefined(undefined), 'undefined is undefined');
|
||||
});
|
||||
|
||||
test("objects: toString", function() {
|
||||
equals(_.toString([1, 2, 3]), '1,2,3', 'object can be converted to printable strings');
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user