Compare commits

..

2 Commits

Author SHA1 Message Date
Gregory Mitchell
17db21a6d6
Merge 35c79ae667 into 8df1039502 2024-12-09 07:49:35 -06:00
Gregory Mitchell
35c79ae667
Fix Tests on Windows 2024-12-09 13:49:28 +00:00

View File

@ -42,7 +42,7 @@ describe('getAvailableVersions', () => {
const length =
os.platform() === 'win32'
? manifestData.length - 2
? manifestData.length - 1
: manifestData.length + 1;
expect(availableVersions.length).toBe(length);
}, 10_000);