Skip to content

Commit

Permalink
prettier fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Clark committed Dec 10, 2019
1 parent 8ccac94 commit 9d56a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/auth.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe('auth tests', () => {
const password = 'SingleOrigin';

fs.mkdirSync(m2Dir, {recursive: true});
fs.writeFileSync(settingsFile, "FAKE FILE");
fs.writeFileSync(settingsFile, 'FAKE FILE');
expect(fs.existsSync(m2Dir)).toBe(true);
expect(fs.existsSync(settingsFile)).toBe(true);

Expand Down

0 comments on commit 9d56a3b

Please sign in to comment.