1
0
Fork 0
pull/1344/head
Cory Miller 2023-02-21 18:59:31 +00:00
parent 6de6f42334
commit e1ed8690d9
1 changed files with 1 additions and 0 deletions

View File

@ -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)