Utilize Hardhat fixtures in our testing suite
ryley-o opened this issue · comments
ryley-o commented
We currently use Mocha's beforeEach
hook in our testing suite, but we would achieve a faster testing run time if we were to refactor and use Hardhat fixtures.
This would likely be a relatively simple refactor, and the impact on test run time is currently not quantified.
ryley-o commented
Cc @shantanubala - I have some additional test refactoring that I want to implement after #420, and will check this out as something that might help us (vs. how we use beforeEach
today) 🙏