Testing
Testing is vital to ensure that smart contracts are safe, resilient, and accurate.
Guides in this category:
📄️ Unit Tests
Unit tests are small tests that test smart contracts.
📄️ Detecting Unexpected Changes with Test Snapshots
Use test snapshots to detect unexpected changes in contract behavior
📄️ Test authorized contract invocations
Use the auth example contract to ensure the authorization is carried out as expected