mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 18:39:07 +08:00
formatting
This commit is contained in:
parent
6fae5a046b
commit
9437454416
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user