mirror of
https://github.com/actions/toolkit.git
synced 2026-08-11 00:00:28 +02:00
formatting
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user