diff --git a/packages/io/__tests__/io.test.ts b/packages/io/__tests__/io.test.ts index 17d77d9d..ba224867 100644 --- a/packages/io/__tests__/io.test.ts +++ b/packages/io/__tests__/io.test.ts @@ -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)