Fujicracy / fuji-v2

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

Reorganize "protocol/test" #189

Open brozorec opened 1 year ago

brozorec commented 1 year ago

We want to organize all the tests in "protocol/test" into "forking" and "mocking" subdirectories.

However, there's the "mainnet/compoundV2" that reappeared after the merge of #112. We have to put the tests there in their corresponding place in "forking".

Btw same goes for "test/simulations" which actually was done in #148. However, we decided that this PR won't be merged but will serve only as a ref, that's why the changes concerning "test/simulations" have to be reflected somehow.