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:
parent
f1588f7abf
commit
6fb220634c
1 changed files with 0 additions and 8 deletions
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue