Skip to content

Commit 54f4902

Browse files
committed
Fix docblock
1 parent d7b1481 commit 54f4902

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/hardhat-network-helpers/src/loadFixture.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ export async function loadFixture<T>(fixture: Fixture<T>): Promise<T> {
6969
}
7070
}
7171

72-
// function to clear the snapshots array when hardhat_reset is called..
72+
/**
73+
* Clears every existing snapshot.
74+
*/
7375
export async function clearSnapshots() {
7476
snapshots = [];
7577
}

0 commit comments

Comments
 (0)