Skip to content

Commit

Permalink
Update test/lib/with-temporary-files.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcelhaney committed Aug 6, 2022
1 parent c84a4f4 commit 992e92a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/lib/with-temporary-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ export async function withTemporaryFiles(files, ...callbacks) {
});
}
} finally {
// await fs.rm(temporaryDirectory, {
// recursive: true,
// });
await fs.rm(temporaryDirectory, {
recursive: true,
});
}
}

0 comments on commit 992e92a

Please sign in to comment.