Fix skipTest typos.

This commit is contained in:
John-David Dalton
2014-12-29 00:05:46 -06:00
parent 40d6e9c841
commit 6c06ff3ca0

View File

@@ -5705,7 +5705,7 @@
_.indexOf = indexOf;
}
else {
skipTest();
skipTest(2);
}
});
});
@@ -12673,7 +12673,7 @@
strictEqual(withLeading('a'), 'a');
}
else {
skiTest();
skipTest();
}
});