mirror of
https://github.com/actions/setup-node.git
synced 2025-12-14 16:51:38 +08:00
improvements
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user