Update test.fp with over methods.

This commit is contained in:
John-David Dalton
2015-11-25 12:48:38 -08:00
parent 86346291a7
commit 6289211910

View File

@@ -54,7 +54,7 @@ QUnit.module('method ary caps');
assert.expect(1);
var funcMethods = [
'conj', 'curry', 'disj', 'iteratee', 'juxt', 'memoize',
'curry', 'iteratee', 'memoize', 'over', 'overEvery', 'overSome',
'method', 'methodOf', 'restParam', 'runInContext'
];