mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-02 04:43:16 +08: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