mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 09:56:46 +00:00
Run npm format
This commit is contained in:
parent
da28779063
commit
da9079a72d
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ describe('findPackageForDownload', () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
spyDebug = jest.spyOn(core, 'debug');
|
spyDebug = jest.spyOn(core, 'debug');
|
||||||
spyDebug.mockImplementation(() => { });
|
spyDebug.mockImplementation(() => {});
|
||||||
});
|
});
|
||||||
|
|
||||||
it.each([
|
it.each([
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue