mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 14:37:49 +00:00
Fix failing _.delay test.
This commit is contained in:
@@ -312,10 +312,7 @@
|
||||
lodashStable = lodashStable.runInContext(root);
|
||||
|
||||
/** The `lodash` function to test. */
|
||||
var _ = root._ || (root._ = (
|
||||
_ = interopRequire(filePath),
|
||||
(_.runInContext ? _.runInContext(root) : _)
|
||||
));
|
||||
var _ = root._ || (root._ = interopRequire(filePath));
|
||||
|
||||
/** Used to test pseudo private map caches. */
|
||||
var mapCaches = (function() {
|
||||
|
||||
Reference in New Issue
Block a user