4
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2025-11-07 21:16:57 +00:00

Removed test

This commit is contained in:
Asa Gayle 2022-01-25 10:48:53 -05:00
parent f1588f7abf
commit 6fb220634c

View file

@ -44,14 +44,6 @@ describe('run.ts', () => {
expect(os.type).toBeCalled(); expect(os.type).toBeCalled();
}); });
test('getLatestHelmVersion() - return the latest version of HELM', async () => {
try{
expect(run.getLatestHelmVersion()).toBe("v3.8.0");
} catch (e){
return e;
}
});
test('getStableHelmVersion() - download stable version file, read version and return it', async () => { test('getStableHelmVersion() - download stable version file, read version and return it', async () => {
jest.spyOn(toolCache, 'downloadTool').mockResolvedValue('pathToTool'); jest.spyOn(toolCache, 'downloadTool').mockResolvedValue('pathToTool');
const response = JSON.stringify( const response = JSON.stringify(