Fix microsoft installer test on non-macOS platforms
This commit is contained in:
@@ -78,7 +78,7 @@ describe('findPackageForDownload', () => {
|
|||||||
checkLatest: false
|
checkLatest: false
|
||||||
});
|
});
|
||||||
|
|
||||||
distribution['getPlatformOption'] = () => {
|
distro['getPlatformOption'] = () => {
|
||||||
return { archive: 'tar.gz', os: 'macos' };
|
return { archive: 'tar.gz', os: 'macos' };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user