mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 19:37:49 +00:00
Add _.parseInt and _.runInContext to the underscore build tests.
Former-commit-id: a5f8d936e912d0bd53f689d23c3393731fe97f47
This commit is contained in:
@@ -933,7 +933,9 @@
|
|||||||
'forOwn',
|
'forOwn',
|
||||||
'isPlainObject',
|
'isPlainObject',
|
||||||
'merge',
|
'merge',
|
||||||
'partialRight'
|
'parseInt',
|
||||||
|
'partialRight',
|
||||||
|
'runInContext'
|
||||||
], function(methodName) {
|
], function(methodName) {
|
||||||
equal(lodash[methodName], undefined, '_.' + methodName + ' should not exist: ' + basename);
|
equal(lodash[methodName], undefined, '_.' + methodName + ' should not exist: ' + basename);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user