1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-node synced 2025-06-19 18:10:26 +02:00

improvements

This commit is contained in:
Aparna Jyothi 2025-03-04 16:31:53 +05:30
parent 8b9906e7bf
commit f338189333
4 changed files with 7 additions and 17 deletions

View file

@ -305,7 +305,6 @@ describe('main tests', () => {
// Arrange
inputs['mirror-url'] = ' ';
// Mock log and setFailed
const logSpy = jest.spyOn(console, 'log').mockImplementation(() => {}); // Mock the log function
// Act & Assert