1
0
Fork 0
pull/1371/head
Cory Miller 2023-03-13 16:07:26 +00:00
parent a91ee0b497
commit 8e804e9f8d
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ describe('rmRF', () => {
await fs.appendFile(filePath, 'some data')
await assertExists(filePath)
const fd = await fs.open(filePath, 'r')
const fd = await fs.open(filePath, fs.constants.O_RDONLY | fs.constants.UV_FS_O_EXLOCK)
await io.rmRF(testPath)
await assertNotExists(testPath)