mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17:50 +00:00
Leak msWDfn in test/test-fp.js to prevent false fails in Edge on sauce.
This commit is contained in:
@@ -21,6 +21,9 @@
|
||||
slice = arrayProto.slice,
|
||||
WeakMap = root.WeakMap;
|
||||
|
||||
// Leak to avoid sporadic `noglobals` fails on Edge in Sauce Labs.
|
||||
root.msWDfn = undefined;
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
/** Use a single "load" function. */
|
||||
|
||||
Reference in New Issue
Block a user