npx hardhat node
npx hardhat node --fork <https://eth-mainnet.alchemyapi.io/v2/API_KEY>
https://hardhat.org/guides/mainnet-forking.html#mainnet-forking
yarn test
yarn test test/MasterChef.test.js
Mocha & Chai with Waffle matchers (these are really useful).
https://ethereum-waffle.readthedocs.io/en/latest/matchers.html
https://hardhat.org/guides/vscode-tests.html#running-tests-on-visual-studio-code
npx hardhat run --network localhost scripts/seed.js
yarn console
npx hardhat --network localhost console
https://hardhat.org/guides/hardhat-console.html
yarn test:coverage
https://hardhat.org/plugins/solidity-coverage.html#tasks
yarn test:gas
https://github.com/cgewecke/hardhat-gas-reporter
yarn lint
npx hardhat watch compile