mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 20:07:49 +00:00
Fix var _ assignment in index.html.
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
<script>
|
<script>
|
||||||
var lodash = _.noConflict();
|
var lodash = _.noConflict();
|
||||||
|
|
||||||
QUnit.config.asyncRetries = 3;
|
QUnit.config.asyncRetries = 5;
|
||||||
QUnit.config.hidepassed = true;
|
QUnit.config.hidepassed = true;
|
||||||
|
|
||||||
// excuse tests we intentionally fail or those with problems
|
// excuse tests we intentionally fail or those with problems
|
||||||
|
|||||||
@@ -73,7 +73,7 @@
|
|||||||
delete Object._defineProperty;
|
delete Object._defineProperty;
|
||||||
delete Object._keys;
|
delete Object._keys;
|
||||||
|
|
||||||
QUnit.config.asyncRetries = 3;
|
QUnit.config.asyncRetries = 5;
|
||||||
QUnit.config.hidepassed = true;
|
QUnit.config.hidepassed = true;
|
||||||
|
|
||||||
// assign results to `global_test_results` for Sauce Labs
|
// assign results to `global_test_results` for Sauce Labs
|
||||||
@@ -83,7 +83,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
// clear existing `_` value
|
// clear existing `_` value
|
||||||
var _ = undefined;
|
window._ = undefined;
|
||||||
|
|
||||||
// load the non-modularized build of Lo-Dash
|
// load the non-modularized build of Lo-Dash
|
||||||
if (!ui.isModularize) {
|
if (!ui.isModularize) {
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
<script src="./asset/qunit-extras.js"></script>
|
<script src="./asset/qunit-extras.js"></script>
|
||||||
<script src="./asset/test-ui.js"></script>
|
<script src="./asset/test-ui.js"></script>
|
||||||
<script>
|
<script>
|
||||||
QUnit.config.asyncRetries = 3;
|
QUnit.config.asyncRetries = 5;
|
||||||
QUnit.config.hidepassed = true;
|
QUnit.config.hidepassed = true;
|
||||||
|
|
||||||
// excuse tests we intentionally fail or those with problems
|
// excuse tests we intentionally fail or those with problems
|
||||||
|
|||||||
Reference in New Issue
Block a user