Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.5 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.5 KB

Hardhat Tests Foundry Tests

Tribe3 Smart Contract

Prequisites:

  1. Run yarn or npm install to install the dependencies
  2. Run forge install to install the forge dependencies

Run hardhat tests:

  1. Just run npx hardhat test

Run forge tests:

  1. Just run forge test

Run hardhat coverage:

  1. Just run npx hardhat coverage