mirror of
https://github.com/actions/setup-java.git
synced 2025-05-21 18:01:46 +00:00
Run npm format
This commit is contained in:
parent
da28779063
commit
da9079a72d
@ -25,7 +25,7 @@ describe('findPackageForDownload', () => {
|
||||
});
|
||||
|
||||
spyDebug = jest.spyOn(core, 'debug');
|
||||
spyDebug.mockImplementation(() => { });
|
||||
spyDebug.mockImplementation(() => {});
|
||||
});
|
||||
|
||||
it.each([
|
||||
|
Loading…
Reference in New Issue
Block a user