testing existing L0s

This commit is contained in:
Atharva Mulmuley
2021-06-03 11:24:17 +05:30
parent 6e2f9f1d81
commit edc81a3abb
4 changed files with 2 additions and 202 deletions

View File

@ -187,6 +187,7 @@ describe('Testing all functions.', () => {
if (inputName == 'method') return 'kubeconfig';
if (inputName == 'kubeconfig') return '###';
if (inputName == 'context') return '';
if (inputName == 'cluster-type') return 'generic';
});
process.env['RUNNER_TEMP'] = 'tempDirPath'
jest.spyOn(Date, 'now').mockImplementation(() => 1234561234567);