Course lesson
Set Up and Test a Smart Contract in Solidity
We will use the Test.sol smart contract that Forge provides to turn your smart contract into something that can be tested. We'll configure the file using the setup function and successfully run our test suite.
- Duration
- 3 min
- Access
- Free
- Transcript
- Retained from source evidence
We will use the Test.sol smart contract that Forge provides to turn your smart contract into something that can be tested. We'll configure the file using the setup function and successfully run our test suite.