format code
This commit is contained in:
@@ -208,7 +208,7 @@ describe('setupJava', () => {
|
||||
|
||||
spyFsStat = jest.spyOn(fs, 'existsSync');
|
||||
spyFsStat.mockImplementation((file: string) => {
|
||||
return file.endsWith('Contents/Home');
|
||||
return file.endsWith('Contents/Home');
|
||||
});
|
||||
|
||||
mockJavaBase = new LocalDistribution(inputs, jdkFile);
|
||||
@@ -242,7 +242,7 @@ describe('setupJava', () => {
|
||||
});
|
||||
spyFsStat = jest.spyOn(fs, 'existsSync');
|
||||
spyFsStat.mockImplementation((file: string) => {
|
||||
return file.endsWith('Contents/Home');
|
||||
return file.endsWith('Contents/Home');
|
||||
});
|
||||
|
||||
mockJavaBase = new LocalDistribution(inputs, jdkFile);
|
||||
|
||||
Reference in New Issue
Block a user