Skip to content

Commit 45ff957

Browse files
committed
use rm instead of rmdir
1 parent 0af3c5c commit 45ff957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standalone-cli/tests/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ async function inIsolatedContext(fn) {
8585
process.chdir(__dirname)
8686

8787
// Delete the new directory
88-
await fs.rmdir(dest, { recursive: true })
88+
await fs.rm(dest, { recursive: true })
8989
}
9090
}

0 commit comments

Comments
 (0)