mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 08:57:49 +00:00
Punt on AMD testing for Android because of stability issues.
This commit is contained in:
@@ -73,15 +73,6 @@
|
||||
mixinPrereqs(_);
|
||||
return;
|
||||
}
|
||||
// avoid reporting tests to Sauce Labs when script load errors occur
|
||||
if (ui.isSauceLabs) {
|
||||
window.onerror = function() {
|
||||
var loadEventEnd = ui.timing.loadEventEnd;
|
||||
if (loadEventEnd && (new Date - loadEventEnd > 3000)) {
|
||||
QUnit.config.done.length = 0;
|
||||
}
|
||||
};
|
||||
}
|
||||
var reBasename = /[\w.-]+$/,
|
||||
basePath = ('//' + location.host + location.pathname.replace(reBasename, '')).replace(/\btest\/$/, ''),
|
||||
modulePath = ui.buildPath.replace(/\.js$/, ''),
|
||||
|
||||
Reference in New Issue
Block a user