formatting

This commit is contained in:
Vallie Joseph 2023-03-14 04:15:42 +00:00
parent 6fae5a046b
commit 9437454416

View File

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