yarn install
yarn compile
yarn test:unit
yarn test:integration
Comments:
- Hardhat node is used with mainnet forking which requires
ALCHEMY_API_KEY
to be set in a.env
file - the timeout for tests may need to be adjusted; the mocha
timeout
variable is set inhardhat.config.js