mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 02:47:50 +00:00
Tweak test label.
This commit is contained in:
@@ -13717,7 +13717,7 @@
|
|||||||
deepEqual(rp(1), [1, undefined, []]);
|
deepEqual(rp(1), [1, undefined, []]);
|
||||||
});
|
});
|
||||||
|
|
||||||
test('should work on functions with more than 3 params', 1, function() {
|
test('should work on functions with more than three params', 1, function() {
|
||||||
var rp = _.restParam(function(a, b, c, d) {
|
var rp = _.restParam(function(a, b, c, d) {
|
||||||
return slice.call(arguments);
|
return slice.call(arguments);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user