Test your contract in solidity, using Inco cheatcodes
Test
Foundry contract is provided.IncoTest
extends Foundry’s Test
contract, and exposes useful Inco-specific cheatcodes to test your contract.setUp
function, remember to call super.setUp()
at the beginning of your function.