1
0
Fork 0

formatting

pull/1372/head
Vallie Joseph 2023-03-14 04:15:42 +00:00
parent 6fae5a046b
commit 9437454416
1 changed files with 1 additions and 1 deletions

View File

@ -784,7 +784,7 @@ describe('mkdirP', () => {
})
it('creates folder', async () => {
de const testPath = path.join(getTestTemp(), 'mkdirTest')
const testPath = path.join(getTestTemp(), 'mkdirTest')
await io.mkdirP(testPath)
await assertExists(testPath)