check failures fix

This commit is contained in:
Aparna Jyothi 2025-02-19 19:28:51 +05:30
parent 1b0ef2d227
commit 07b84a2324
6 changed files with 4 additions and 8 deletions

View file

@ -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 () => {