mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 19:07:49 +00:00
Update excused Underscore tests.
This commit is contained in:
@@ -291,6 +291,9 @@
|
|||||||
'isMatch': [
|
'isMatch': [
|
||||||
'doesnt falsey match constructor on undefined/null'
|
'doesnt falsey match constructor on undefined/null'
|
||||||
],
|
],
|
||||||
|
'isSet': [
|
||||||
|
'Died on test #9'
|
||||||
|
],
|
||||||
'findKey': [
|
'findKey': [
|
||||||
'called with context'
|
'called with context'
|
||||||
],
|
],
|
||||||
@@ -381,7 +384,6 @@
|
|||||||
|
|
||||||
// Only excuse in Sauce Labs.
|
// Only excuse in Sauce Labs.
|
||||||
if (!ui.isSauceLabs) {
|
if (!ui.isSauceLabs) {
|
||||||
delete QUnit.config.excused.Functions['throttle repeatedly with results'];
|
|
||||||
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.Utility.now;
|
delete QUnit.config.excused.Utility.now;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user