add yesy cases

pull/175/head
Dmitry Shibanov 5 years ago
parent 6930747f7f
commit 083d63a2ff

@ -13,6 +13,8 @@ describe('version tests', () => {
);
each([
['3.x', '3.1'],
['3.*', '3.1'],
['3.1.x', '3.1'],
['1.1.*', '1.1'],
['2.0', '2.0']

Loading…
Cancel
Save