Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 342 Bytes

TESTING.md

File metadata and controls

13 lines (9 loc) · 342 Bytes

Testing

Testing is done with the following stack:

Unit testing

To test all the smart contracts, use yarn test. To test a single file run: npx hardhat test test/<FILE_NAME>.ts