Skip to content

Commit

Permalink
Fix docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
alcuadrado committed May 17, 2024
1 parent 0467531 commit e27a7d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/hardhat-network-helpers/src/loadFixture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ export async function loadFixture<T>(fixture: Fixture<T>): Promise<T> {
}
}

// function to clear the snapshots array when hardhat_reset is called..
/**
* Clears every existing snapshot.
*/
export async function clearSnapshots() {
snapshots = [];
}

0 comments on commit e27a7d9

Please sign in to comment.