mirror of
https://github.com/actions/setup-java
synced 2024-11-09 23:22:40 +00:00
prettier fixup
This commit is contained in:
parent
8ccac94e40
commit
9d56a3bd35
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ describe('auth tests', () => {
|
||||||
const password = 'SingleOrigin';
|
const password = 'SingleOrigin';
|
||||||
|
|
||||||
fs.mkdirSync(m2Dir, {recursive: true});
|
fs.mkdirSync(m2Dir, {recursive: true});
|
||||||
fs.writeFileSync(settingsFile, "FAKE FILE");
|
fs.writeFileSync(settingsFile, 'FAKE FILE');
|
||||||
expect(fs.existsSync(m2Dir)).toBe(true);
|
expect(fs.existsSync(m2Dir)).toBe(true);
|
||||||
expect(fs.existsSync(settingsFile)).toBe(true);
|
expect(fs.existsSync(settingsFile)).toBe(true);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue