diff --git a/test/test-build.js b/test/test-build.js index 0e7af1455..fa59c7db2 100644 --- a/test/test-build.js +++ b/test/test-build.js @@ -933,7 +933,9 @@ 'forOwn', 'isPlainObject', 'merge', - 'partialRight' + 'parseInt', + 'partialRight', + 'runInContext' ], function(methodName) { equal(lodash[methodName], undefined, '_.' + methodName + ' should not exist: ' + basename); });