mirror of https://github.com/actions/toolkit
formatting
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…
Reference in New Issue