Skip to content

Commit 62fa7d2

Browse files
committed
chore: add a note to remove direct fs use when replacement is available
1 parent eccb397 commit 62fa7d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

v-next/hardhat/test/internal/builtin-plugins/console/task-action.ts

+1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ describe("console/task-action", function () {
146146
let history: string;
147147

148148
beforeEach(async function () {
149+
// TODO(#5601): Use the mkdtemp from hardhat-utils once it's available
149150
// We use a temporary cache dir to avoid conflicts with other tests
150151
// and global user settings.
151152
cacheDir = await fsPromises.mkdtemp(

0 commit comments

Comments
 (0)