ArtBlocks / artblocks-contracts

Smart contracts that power Art Blocks.

Home Page:https://artblocks.github.io/artblocks-contracts/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Utilize Hardhat fixtures in our testing suite

ryley-o opened this issue · comments

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.

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) 🙏