Skip to content

Commit

Permalink
try an api that node had in older versions
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Apr 8, 2024
1 parent e045803 commit 0bff5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ function suite(moduleName) {
}

function assert(pathObjs) {
fs.rmSync(largeDir, { recursive: true });
fs.rmdirSync(largeDir, { recursive: true, force: true });

expect(pathObjs.length).toEqual(100000);
}
Expand Down

0 comments on commit 0bff5f1

Please sign in to comment.