mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 19:37:49 +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,
|
slice = arrayProto.slice,
|
||||||
WeakMap = root.WeakMap;
|
WeakMap = root.WeakMap;
|
||||||
|
|
||||||
|
// Leak to avoid sporadic `noglobals` fails on Edge in Sauce Labs.
|
||||||
|
root.msWDfn = undefined;
|
||||||
|
|
||||||
/*--------------------------------------------------------------------------*/
|
/*--------------------------------------------------------------------------*/
|
||||||
|
|
||||||
/** Use a single "load" function. */
|
/** Use a single "load" function. */
|
||||||
|
|||||||
Reference in New Issue
Block a user