You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unit tests contain a lot of duplicated code (especially setup), which can be put into a common setup function and reused everywhere.
Additionally, since protocol deployment is done in beforeEach, tests are taking a long time to execute. Investigate if using evm_revert can help with it.
The text was updated successfully, but these errors were encountered:
Unit tests contain a lot of duplicated code (especially setup), which can be put into a common setup function and reused everywhere.
Additionally, since protocol deployment is done in beforeEach, tests are taking a long time to execute. Investigate if using
evm_revert
can help with it.The text was updated successfully, but these errors were encountered: