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