mirror of https://github.com/actions/toolkit
pull/1344/head
parent
6de6f42334
commit
e1ed8690d9
|
@ -329,6 +329,7 @@ describe('rmRF', () => {
|
|||
await fs.appendFile(filePath, 'some data')
|
||||
await assertExists(filePath)
|
||||
const fd = await fs.open(filePath, 'r')
|
||||
console.log(fd)
|
||||
await io.rmRF(testPath)
|
||||
|
||||
await assertNotExists(testPath)
|
||||
|
|
Loading…
Reference in New Issue