mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 02:47:50 +00:00
Update excused Underscore tests.
This commit is contained in:
@@ -172,13 +172,25 @@
|
|||||||
'OO-style doubled numbers'
|
'OO-style doubled numbers'
|
||||||
],
|
],
|
||||||
'max': [
|
'max': [
|
||||||
|
'can handle null/undefined',
|
||||||
'can perform a computation-based max',
|
'can perform a computation-based max',
|
||||||
|
'Maximum value of an empty object',
|
||||||
|
'Maximum value of an empty array',
|
||||||
|
'Maximum value of a non-numeric collection',
|
||||||
|
'Finds correct max in array starting with num and containing a NaN',
|
||||||
|
'Finds correct max in array starting with NaN',
|
||||||
'Respects iterator return value of -Infinity',
|
'Respects iterator return value of -Infinity',
|
||||||
'String keys use property iterator',
|
'String keys use property iterator',
|
||||||
|
'Iterator context',
|
||||||
'Lookup falsy iterator'
|
'Lookup falsy iterator'
|
||||||
],
|
],
|
||||||
'min': [
|
'min': [
|
||||||
|
'can handle null/undefined',
|
||||||
'can perform a computation-based min',
|
'can perform a computation-based min',
|
||||||
|
'Minimum value of an empty object',
|
||||||
|
'Minimum value of an empty array',
|
||||||
|
'Minimum value of a non-numeric collection',
|
||||||
|
'Finds correct min in array starting with NaN',
|
||||||
'Respects iterator return value of Infinity',
|
'Respects iterator return value of Infinity',
|
||||||
'String keys use property iterator',
|
'String keys use property iterator',
|
||||||
'Iterator context',
|
'Iterator context',
|
||||||
|
|||||||
Reference in New Issue
Block a user