AFi Testcases execution on mainnet fork:
npx hardhat node --fork "https://testnet-rpc.monad.xyz"
npx hardhat test ./test/AFiBase.test.js
npx truffle run coverage
$ npx hardhat coverage --solcoverjs ./.solcover.js keep the node running on other terminal
Missing or unexpected coverage? Make sure you're using the latest plugin version and run:
$ npx hardhat clean
$ npx hardhat compile
$ npx hardhat coverage$ npx hardhat clean & npx hardhat compile & npx hardhat coverage test