Testing Guide
Testing & Security
Running the Full Suite
# Runs all 600+ tests across all categories
npx hardhat testTest Categories
1. Unit Tests (/test/unit)
/test/unit)npx hardhat test test/unit/2. Integration Tests (/test/integration)
/test/integration)3. Edge Case Tests (/test/edge)
/test/edge)Test Coverage
Last updated