Fix test typo.

This commit is contained in:
John-David Dalton
2014-05-28 14:24:56 -04:00
parent a893d43d16
commit f935b141f1
2 changed files with 2 additions and 2 deletions

View File

@@ -1376,7 +1376,7 @@
notStrictEqual(actual, object);
}
else {
skipTest();
skipTest(2);
}
});
});

View File

@@ -140,7 +140,7 @@
};
// 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 in functional style'];
delete QUnit.config.excused.Functions['throttle repeatedly with results'];