This commit is contained in:
Dmitry Shibanov 2021-03-18 11:07:32 +03:00
parent 083d63a2ff
commit 385512c5e5

View File

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