From 80b573170952efd21a66364574a0bc47893d6549 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 23 Feb 2016 09:56:35 -0800 Subject: [PATCH] Leak `msWDfn` in test/test-fp.js to prevent false fails in Edge on sauce. --- test/test-fp.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/test-fp.js b/test/test-fp.js index 583ea936c..6d0f86074 100644 --- a/test/test-fp.js +++ b/test/test-fp.js @@ -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. */