1
0
Fork 0
pull/1344/head
Cory Miller 2023-02-22 15:54:19 +00:00
parent eed631025c
commit 9ff7fcb0e5
1 changed files with 1 additions and 0 deletions

View File

@ -354,6 +354,7 @@ describe('rmRF', () => {
expect(err.code).toBe('EPERM') expect(err.code).toBe('EPERM')
} }
} else { } else {
await io.rmRF(testPath)
await assertNotExists(testPath) await assertNotExists(testPath)
} }