mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 03:17:49 +00:00
Fix skipTest typos.
This commit is contained in:
@@ -5705,7 +5705,7 @@
|
|||||||
_.indexOf = indexOf;
|
_.indexOf = indexOf;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
skipTest();
|
skipTest(2);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
@@ -12673,7 +12673,7 @@
|
|||||||
strictEqual(withLeading('a'), 'a');
|
strictEqual(withLeading('a'), 'a');
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
skiTest();
|
skipTest();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user