mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 11:27:50 +00:00
Excuse Underscore _.now test to avoid occasional false fail in sauce andrioid.
This commit is contained in:
@@ -147,6 +147,9 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
'Utility': {
|
'Utility': {
|
||||||
|
'now': [
|
||||||
|
'Produces the correct time in milliseconds'
|
||||||
|
],
|
||||||
'times': [
|
'times': [
|
||||||
'works as a wrapper'
|
'works as a wrapper'
|
||||||
]
|
]
|
||||||
@@ -159,6 +162,7 @@
|
|||||||
delete QUnit.config.excused.Functions['more throttle does not trigger leading call when leading is set to false'];
|
delete QUnit.config.excused.Functions['more throttle does not trigger leading call when leading is set to false'];
|
||||||
delete QUnit.config.excused.Functions['throttle does not trigger trailing call when trailing is set to false'];
|
delete QUnit.config.excused.Functions['throttle does not trigger trailing call when trailing is set to false'];
|
||||||
delete QUnit.config.excused.Functions['debounce asap'];
|
delete QUnit.config.excused.Functions['debounce asap'];
|
||||||
|
delete QUnit.config.excused.Utility.now;
|
||||||
}
|
}
|
||||||
// load test scripts
|
// load test scripts
|
||||||
document.write(ui.urlParams.loader != 'none'
|
document.write(ui.urlParams.loader != 'none'
|
||||||
|
|||||||
Reference in New Issue
Block a user