mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 03:47:50 +00:00
Avoid fails for workers when testing in Sauce Labs.
This commit is contained in:
@@ -94,7 +94,7 @@
|
|||||||
var isStrict = ui.isStrict;
|
var isStrict = ui.isStrict;
|
||||||
|
|
||||||
/** Used to test Web Workers */
|
/** Used to test Web Workers */
|
||||||
var Worker = !(ui.isForeign || isModularize) && document && root.Worker;
|
var Worker = !(ui.isForeign || ui.isSauceLabs || isModularize) && document && root.Worker;
|
||||||
|
|
||||||
/** Used to test host objects in IE */
|
/** Used to test host objects in IE */
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user