mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 18:17:48 +00:00
Update excused Underscore tests.
This commit is contained in:
@@ -63,9 +63,7 @@
|
|||||||
'initial works on arguments object'
|
'initial works on arguments object'
|
||||||
],
|
],
|
||||||
'intersection': [
|
'intersection': [
|
||||||
'can perform an OO-style intersection',
|
'can perform an OO-style intersection'
|
||||||
'returns an empty array when passed null as first argument',
|
|
||||||
'returns an empty array when passed null as argument beyond the first'
|
|
||||||
],
|
],
|
||||||
'last': [
|
'last': [
|
||||||
'can pass an index to last',
|
'can pass an index to last',
|
||||||
@@ -149,9 +147,6 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
'Utility': {
|
'Utility': {
|
||||||
'_.templateSettings.variable': [
|
|
||||||
'"x"'
|
|
||||||
],
|
|
||||||
'times': [
|
'times': [
|
||||||
'works as a wrapper'
|
'works as a wrapper'
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user