mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 11:57:49 +00:00
Update test.fp with over methods.
This commit is contained in:
@@ -54,7 +54,7 @@ QUnit.module('method ary caps');
|
|||||||
assert.expect(1);
|
assert.expect(1);
|
||||||
|
|
||||||
var funcMethods = [
|
var funcMethods = [
|
||||||
'conj', 'curry', 'disj', 'iteratee', 'juxt', 'memoize',
|
'curry', 'iteratee', 'memoize', 'over', 'overEvery', 'overSome',
|
||||||
'method', 'methodOf', 'restParam', 'runInContext'
|
'method', 'methodOf', 'restParam', 'runInContext'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user