mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 10:07:48 +00:00
Leak to avoid sporadic noglobals fails on Edge in Sauce Labs.
This commit is contained in:
@@ -143,6 +143,9 @@
|
|||||||
|
|
||||||
/*--------------------------------------------------------------------------*/
|
/*--------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
// Leak to avoid sporadic `noglobals` fails on Edge in Sauce Labs.
|
||||||
|
root.msWDfn = undefined;
|
||||||
|
|
||||||
// Exit early if going to run tests in a PhantomJS web page.
|
// Exit early if going to run tests in a PhantomJS web page.
|
||||||
if (phantom && isModularize) {
|
if (phantom && isModularize) {
|
||||||
var page = require('webpage').create();
|
var page = require('webpage').create();
|
||||||
|
|||||||
Reference in New Issue
Block a user