Prettier 2.0.4

This commit is contained in:
David Baumgold 2020-04-10 14:40:02 +02:00
parent 83c9f7a7df
commit bda5d53c75
4 changed files with 7 additions and 19 deletions

View file

@ -10,11 +10,7 @@ describe('installer tests', () => {
const tempDir = path.join(
__dirname,
'runner',
path.join(
Math.random()
.toString(36)
.substring(7)
),
path.join(Math.random().toString(36).substring(7)),
'temp'
);
await io.rmRF(tempDir);