Fujicracy / fuji-v2

Cross-chain money market aggregator
https://fuji-v2-frontend.vercel.app
15 stars 10 forks source link

CS - Improve test coverage #211

Open 0xdcota opened 1 year ago

0xdcota commented 1 year ago

Description:

The solidity code should be covered with unit tests to ensure that it is correct and reliable. Test coverage should be 100% to ensure that all lines of code are tested and that all scenarios, including both positive and negative ones, are considered. This will help ensure that the code will work as intended in all situations.

Recommendations:

  1. Integrate ERC4626 tests developed by A16z team here.