mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 03:47:50 +00:00
Cleanup fp.curryN test label.
This commit is contained in:
@@ -595,7 +595,7 @@
|
|||||||
_.each(['curryN', 'curryRightN'], function(methodName) {
|
_.each(['curryN', 'curryRightN'], function(methodName) {
|
||||||
var func = fp[methodName];
|
var func = fp[methodName];
|
||||||
|
|
||||||
QUnit.test('`_.' + methodName + '` accept an `arity` param', function(assert) {
|
QUnit.test('`_.' + methodName + '` should accept an `arity` param', function(assert) {
|
||||||
assert.expect(1);
|
assert.expect(1);
|
||||||
|
|
||||||
var actual = func(1, function(a, b) { return [a, b]; })('a');
|
var actual = func(1, function(a, b) { return [a, b]; })('a');
|
||||||
|
|||||||
Reference in New Issue
Block a user