Set 8.0 as the latest version

This commit is contained in:
Shivam Mathur
2020-11-28 05:16:22 +05:30
parent 8dbd6b7684
commit 466908db61
5 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,7 @@ describe('Utils tests', () => {
it('checking parseVersion', async () => {
expect(await utils.parseVersion('7')).toBe('7.0');
expect(await utils.parseVersion('7.4')).toBe('7.4');
expect(await utils.parseVersion('latest')).toBe('7.4');
expect(await utils.parseVersion('latest')).toBe('8.0');
});
it('checking asyncForEach', async () => {