testing existing L0s
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user