mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 16:47:49 +00:00
Update internal module references in tests.
This commit is contained in:
@@ -672,9 +672,9 @@
|
||||
|
||||
if (isModularize && !(amd || isNpm)) {
|
||||
lodashStable.each([
|
||||
'internal/baseEach',
|
||||
'internal/isIndex',
|
||||
'internal/isIterateeCall'
|
||||
'_baseEach',
|
||||
'_isIndex',
|
||||
'_isIterateeCall'
|
||||
], function(relPath) {
|
||||
var func = require(path.join(basePath, relPath)),
|
||||
funcName = path.basename(relPath);
|
||||
|
||||
Reference in New Issue
Block a user