mirror of
https://github.com/actions/setup-node.git
synced 2025-12-14 16:51:38 +08:00
check failures fix
This commit is contained in:
@@ -670,7 +670,6 @@ describe('NightlyNodejs', () => {
|
||||
);
|
||||
});
|
||||
|
||||
const core = require('@actions/core'); // Mock core
|
||||
jest.spyOn(core, 'info').mockImplementation(() => {}); // Mock core.info function
|
||||
|
||||
it('logs mirror URL when provided', async () => {
|
||||
|
||||
Reference in New Issue
Block a user