mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-13 12:27:49 +00:00
Fix test typo.
This commit is contained in:
@@ -1376,7 +1376,7 @@
|
|||||||
notStrictEqual(actual, object);
|
notStrictEqual(actual, object);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
skipTest();
|
skipTest(2);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -140,7 +140,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
// only excuse in Sauce Labs (buggy Safari and timers)
|
// only excuse in Sauce Labs (buggy Safari and timers)
|
||||||
else {
|
if (!ui.isSauceLabs) {
|
||||||
delete QUnit.config.excused.Chaining['select/reject/sortBy'];
|
delete QUnit.config.excused.Chaining['select/reject/sortBy'];
|
||||||
delete QUnit.config.excused.Chaining['select/reject/sortBy in functional style'];
|
delete QUnit.config.excused.Chaining['select/reject/sortBy in functional style'];
|
||||||
delete QUnit.config.excused.Functions['throttle repeatedly with results'];
|
delete QUnit.config.excused.Functions['throttle repeatedly with results'];
|
||||||
|
|||||||
Reference in New Issue
Block a user